mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
feat(ble_mesh): support ble 50 for esp32c6 series chip
(cherry picked from commit d4cd6e5741
)
Co-authored-by: luoxu <luoxu@espressif.com>
This commit is contained in:
@@ -25,7 +25,6 @@ if BLE_MESH
|
|||||||
menuconfig BLE_MESH_USE_BLE_50
|
menuconfig BLE_MESH_USE_BLE_50
|
||||||
bool "Support using BLE 5.0 APIs for BLE Mesh"
|
bool "Support using BLE 5.0 APIs for BLE Mesh"
|
||||||
depends on BLE_MESH_EXPERIMENTAL
|
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_50_FEATURE_SUPPORT if BT_NIMBLE_ENABLED
|
||||||
select BT_NIMBLE_EXT_ADV if BT_NIMBLE_ENABLED
|
select BT_NIMBLE_EXT_ADV if BT_NIMBLE_ENABLED
|
||||||
select BT_BLE_50_FEATURES_SUPPORTED if BT_BLUEDROID_ENABLED
|
select BT_BLE_50_FEATURES_SUPPORTED if BT_BLUEDROID_ENABLED
|
||||||
|
Reference in New Issue
Block a user