mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(ble/bluedroid): Fixed BLE feature selection configuration
(cherry picked from commit 117aa74705
)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
This commit is contained in:
@ -1200,7 +1200,7 @@ config BT_BLE_50_FEATURES_SUPPORTED
|
|||||||
|
|
||||||
config BT_BLE_42_FEATURES_SUPPORTED
|
config BT_BLE_42_FEATURES_SUPPORTED
|
||||||
bool "Enable BLE 4.2 features(please disable BLE 5.0 if enable BLE 4.2)"
|
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
|
default n
|
||||||
help
|
help
|
||||||
This enables BLE 4.2 features.
|
This enables BLE 4.2 features.
|
||||||
|
Reference in New Issue
Block a user