We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea1fac commit d2cbc93Copy full SHA for d2cbc93
components/bt/host/nimble/Kconfig.in
@@ -1061,7 +1061,8 @@ config BT_NIMBLE_HIGH_DUTY_ADV_ITVL
1061
1062
config BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN
1063
bool "Allow Connections with scanning in progress"
1064
- depends on BT_NIMBLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3)
+ depends on BT_NIMBLE_ENABLED
1065
+ depends on (!SOC_ESP_NIMBLE_CONTROLLER || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2)
1066
help
1067
This enables support for user to initiate a new connection with scan in progress
1068
0 commit comments