fix(nimble): Enable support for Connect with scan for esp32/c6/ h2 chip

This commit is contained in:
Rahul Tank
2025-04-29 12:51:59 +05:30
parent 8686f29e4f
commit b65d20d371

View File

@ -1060,7 +1060,8 @@ config BT_NIMBLE_HIGH_DUTY_ADV_ITVL
config BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN
bool "Allow Connections with scanning in progress"
depends on BT_NIMBLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3)
depends on BT_NIMBLE_ENABLED
depends on (!SOC_ESP_NIMBLE_CONTROLLER || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2)
help
This enables support for user to initiate a new connection with scan in progress