feat(ble_mesh): support ble 50 for esp32c6 series chip

This commit is contained in:
luoxu
2025-05-28 11:42:56 +08:00
parent 11ad7e0581
commit d4cd6e5741

View File

@ -33,7 +33,6 @@ if BLE_MESH
menuconfig BLE_MESH_USE_BLE_50
bool "Support using BLE 5.0 APIs for BLE Mesh"
depends on BLE_MESH_EXPERIMENTAL
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
select BT_NIMBLE_50_FEATURE_SUPPORT if BT_NIMBLE_ENABLED
select BT_NIMBLE_EXT_ADV if BT_NIMBLE_ENABLED
select BT_BLE_50_FEATURES_SUPPORTED if BT_BLUEDROID_ENABLED