Skip to content

Commit c417bd2

Browse files
alexstanoev-nordiccarlescufi
authored andcommitted
bluetooth: Add Kconfig for LE Connection Subrating
Add separate Kconfig to be used by the host LE Subrating implementation. Signed-off-by: Aleksandar Stanoev <[email protected]>
1 parent 71bf363 commit c417bd2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

subsys/bluetooth/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@ config BT_PATH_LOSS_MONITORING
181181
Enable support for LE Path Loss Monitoring feature that is defined in the
182182
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.
183183

184+
config BT_SUBRATING
185+
bool "LE Connection Subrating [EXPERIMENTAL]"
186+
select EXPERIMENTAL
187+
depends on !BT_CTLR || BT_CTLR_SUBRATING_SUPPORT
188+
help
189+
Enable support for LE Connection Subrating feature that is defined in the
190+
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.35.
191+
184192
endif # BT_CONN
185193

186194
rsource "Kconfig.iso"

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ config BT_CTLR_SUBRATING
10321032
bool "LE Connection Subrating"
10331033
depends on BT_CTLR_SUBRATING_SUPPORT
10341034
select BT_CTLR_SET_HOST_FEATURE
1035+
default y if BT_SUBRATING
10351036
help
10361037
Enable support for Bluetooth v5.3 LE Connection Subrating
10371038
in the Controller.

0 commit comments

Comments
 (0)