File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
subsys/bluetooth/controller Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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+
114117config 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+
10251036rsource "Kconfig.df"
10261037rsource "Kconfig.ll_sw_split"
10271038rsource "Kconfig.dtm"
You can’t perform that action at this time.
0 commit comments