Skip to content

Commit

Permalink
[nrf fromtree] Bluetooth: Controller: Add Kconfigs to enable Connecti…
Browse files Browse the repository at this point in the history
…on Subrating

Add Kconfigs to enable experimental subrating HCI commands.

Signed-off-by: Timothy Keys <[email protected]>
(cherry picked from commit 570c86d)

Signed-off-by: Timothy Keys <[email protected]>
  • Loading branch information
weeTike authored and anangl committed Jul 10, 2024
1 parent 36fbc3f commit f6325a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ config BT_CTLR_READ_ISO_LINK_QUALITY_SUPPORT
config BT_CTLR_LE_POWER_CONTROL_SUPPORT
bool

config BT_CTLR_SUBRATING_SUPPORT
bool

config BT_CTLR
bool "Bluetooth Controller"
help
Expand Down Expand Up @@ -1002,6 +1005,14 @@ config BT_CTLR_HCI_CODEC_AND_DELAY_INFO
Enable HCI commands to read information about supported
codecs, codec capabilities, and controller delay.

config BT_CTLR_SUBRATING
bool "LE Connection Subrating"
depends on BT_CTLR_SUBRATING_SUPPORT
select BT_CTLR_SET_HOST_FEATURE
help
Enable support for Bluetooth v5.3 LE Connection Subrating
in the Controller.

rsource "Kconfig.df"
rsource "Kconfig.ll_sw_split"
rsource "Kconfig.dtm"
Expand Down

0 comments on commit f6325a5

Please sign in to comment.