From 63c003522575eb03f9cf8df9299082508184f6f5 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Tue, 29 Apr 2025 12:51:59 +0530 Subject: [PATCH] fix(nimble): Enable support for Connect with scan for esp32/c6/ h2 chip --- components/bt/host/nimble/Kconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 27bb80ae13..953327fce5 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -1060,6 +1060,7 @@ 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 + 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