Skip to content

Commit f809c11

Browse files
committed
Merge branch 'bugfix/conn_with_scan_c6_h2' into 'master'
fix(nimble): Enable support for Connect with scan for 32/ c6/ h2 chip Closes BLERP-1822 See merge request espressif/esp-idf!38826
2 parents e9d2d03 + d2cbc93 commit f809c11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/bt/host/nimble/Kconfig.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,8 @@ config BT_NIMBLE_HIGH_DUTY_ADV_ITVL
10611061

10621062
config BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN
10631063
bool "Allow Connections with scanning in progress"
1064-
depends on BT_NIMBLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3)
1064+
depends on BT_NIMBLE_ENABLED
1065+
depends on (!SOC_ESP_NIMBLE_CONTROLLER || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2)
10651066
help
10661067
This enables support for user to initiate a new connection with scan in progress
10671068

0 commit comments

Comments
 (0)