File tree 2 files changed +5
-3
lines changed
subsys/bluetooth/services/ras
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ config BT_RAS_RREQ_MAX_ACTIVE_CONN
21
21
default BT_MAX_CONN
22
22
range 1 BT_MAX_CONN
23
23
help
24
- The number of simultaneous connections with an instance of RAS RREQ
24
+ The number of simultaneous connections with an instance of RAS RREQ.
25
25
26
26
endif # BT_RAS_RREQ
Original file line number Diff line number Diff line change @@ -13,20 +13,22 @@ if BT_RAS_RRSP
13
13
config BT_RAS_RRSP_AUTO_ALLOC_INSTANCE
14
14
bool "Automatically allocate RRSP instances to new connections"
15
15
default y
16
+ help
17
+ Automatically allocate RRSP instances to new connections.
16
18
17
19
config BT_RAS_RRSP_MAX_ACTIVE_CONN
18
20
int "Number of simultaneously supported RRSP instances"
19
21
default BT_MAX_CONN
20
22
range 1 BT_MAX_CONN
21
23
help
22
- The number of simultaneous connections with an instance of RAS RRSP
24
+ The number of simultaneous connections with an instance of RAS RRSP.
23
25
24
26
config BT_RAS_RRSP_RD_BUFFERS_PER_CONN
25
27
int "Number of ranging data buffers per connection"
26
28
default 1
27
29
range 1 10
28
30
help
29
- The number of ranging procedures that can be stored inside RRSP.
31
+ The number of ranging procedures that can be stored inside RRSP at the same time .
30
32
31
33
module = BT_RAS_RRSP
32
34
module-str = RAS_RRSP
You can’t perform that action at this time.
0 commit comments