From 2406947e4adb6217ce659d5ea64de43cf196c99e Mon Sep 17 00:00:00 2001 From: Zhang Hai Peng Date: Mon, 6 Jan 2025 11:14:18 +0800 Subject: [PATCH] fix(ble/bluedroid): Fixed BLE feature selection configuration (cherry picked from commit 117aa74705456d69715fcf690a9b5dbc9bce0ce7) Co-authored-by: zhanghaipeng --- components/bt/host/bluedroid/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/Kconfig.in b/components/bt/host/bluedroid/Kconfig.in index 4606163f5f..1122ee0c85 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -1181,7 +1181,7 @@ config BT_BLE_50_FEATURES_SUPPORTED config BT_BLE_42_FEATURES_SUPPORTED bool "Enable BLE 4.2 features(please disable BLE 5.0 if enable BLE 4.2)" - depends on (BT_BLE_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BLE_SUPPORTED) || BT_CONTROLLER_DISABLED)) + depends on (BT_BLE_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BLE_50_SUPPORTED) || BT_CONTROLLER_DISABLED)) default n help This enables BLE 4.2 features.