Skip to content

Commit 570c86d

Browse files
weeTikenashif
authored andcommitted
Bluetooth: Controller: Add Kconfigs to enable Connection Subrating
Add Kconfigs to enable experimental subrating HCI commands. Signed-off-by: Timothy Keys <[email protected]>
1 parent 0a8c3a6 commit 570c86d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ config BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT
111111
depends on BT_CTLR_LE_POWER_CONTROL_SUPPORT
112112
bool
113113

114+
config BT_CTLR_SUBRATING_SUPPORT
115+
bool
116+
114117
config BT_CTLR
115118
bool "Bluetooth Controller"
116119
help
@@ -1022,6 +1025,14 @@ config BT_CTLR_HCI_CODEC_AND_DELAY_INFO
10221025
Enable HCI commands to read information about supported
10231026
codecs, codec capabilities, and controller delay.
10241027

1028+
config BT_CTLR_SUBRATING
1029+
bool "LE Connection Subrating"
1030+
depends on BT_CTLR_SUBRATING_SUPPORT
1031+
select BT_CTLR_SET_HOST_FEATURE
1032+
help
1033+
Enable support for Bluetooth v5.3 LE Connection Subrating
1034+
in the Controller.
1035+
10251036
rsource "Kconfig.df"
10261037
rsource "Kconfig.ll_sw_split"
10271038
rsource "Kconfig.dtm"

0 commit comments

Comments
 (0)