Skip to content

Commit fa895ef

Browse files
Tsjerfellnordicjm
authored andcommitted
doc: Update docs for Channel Sounding Ranging Service Kconfig options
Update docs for Channel Sounding Ranging Service Kconfig options Signed-off-by: Erik Omre <[email protected]>
1 parent 6f8e19f commit fa895ef

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

subsys/bluetooth/services/ras/rreq/Kconfig.ras_rreq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
endif # BT_RAS_RREQ

subsys/bluetooth/services/ras/rrsp/Kconfig.ras_rrsp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ if BT_RAS_RRSP
1313
config 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

1719
config 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

2426
config 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

3133
module = BT_RAS_RRSP
3234
module-str = RAS_RRSP

0 commit comments

Comments
 (0)