File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
subsys/bluetooth/services/ras Expand file tree Collapse file tree 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
2121 default BT_MAX_CONN
2222 range 1 BT_MAX_CONN
2323 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.
2525
2626endif # BT_RAS_RREQ
Original file line number Diff line number Diff line change @@ -13,20 +13,22 @@ if BT_RAS_RRSP
1313config BT_RAS_RRSP_AUTO_ALLOC_INSTANCE
1414 bool "Automatically allocate RRSP instances to new connections"
1515 default y
16+ help
17+ Automatically allocate RRSP instances to new connections.
1618
1719config BT_RAS_RRSP_MAX_ACTIVE_CONN
1820 int "Number of simultaneously supported RRSP instances"
1921 default BT_MAX_CONN
2022 range 1 BT_MAX_CONN
2123 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.
2325
2426config BT_RAS_RRSP_RD_BUFFERS_PER_CONN
2527 int "Number of ranging data buffers per connection"
2628 default 1
2729 range 1 10
2830 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 .
3032
3133module = BT_RAS_RRSP
3234module-str = RAS_RRSP
You can’t perform that action at this time.
0 commit comments