From 00266aa3b56f75168d14892728a7525e55d6b2ee Mon Sep 17 00:00:00 2001 From: Timothy Keys Date: Mon, 20 May 2024 17:25:04 +0100 Subject: [PATCH] [nrf fromtree] Bluetooth: Controller: Add Kconfigs to enable Connection Subrating Add Kconfigs to enable experimental subrating HCI commands. Signed-off-by: Timothy Keys (cherry picked from commit 570c86d1efb9409993571f139e9aad0fc181964d) --- subsys/bluetooth/controller/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 07e2f827686..d80f4c5f61a 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -108,6 +108,9 @@ config BT_CTLR_LE_PATH_LOSS_MONITORING_SUPPORT depends on BT_CTLR_LE_POWER_CONTROL_SUPPORT bool +config BT_CTLR_SUBRATING_SUPPORT + bool + config BT_CTLR bool "Bluetooth Controller" help @@ -1014,6 +1017,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"