fix(nimble): Extend support for allow connect during scan for more chips

This commit is contained in:
Rahul Tank
2025-05-12 11:41:22 +05:30
parent c36adf0947
commit 89c26078da

View File

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