From 624d9e4aa743bb4b7a546e424c22af7c6af59b7b Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Wed, 7 May 2025 17:14:32 +0530 Subject: [PATCH 1/2] fix(nimble): Add support for anonymous address type for whitelist --- components/bt/host/nimble/nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/nimble/nimble b/components/bt/host/nimble/nimble index 3c4afa0ff1..fdc10c5322 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit 3c4afa0ff1c17d7e4a311cd96d2fc572aae92902 +Subproject commit fdc10c532294bc6ce434002111d9ca7282261300 From 16d281104fe94142ac0c23e34fa94a19d93f79c2 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Mon, 12 May 2025 11:41:22 +0530 Subject: [PATCH 2/2] fix(nimble): Extend support for allow connect during scan for more chips --- components/bt/host/nimble/Kconfig.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 87d067028d..d5a510a2bb 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -1086,8 +1086,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) + depends on BT_NIMBLE_ENABLED && !(IDF_TARGET_ESP32C2) help This enables support for user to initiate a new connection with scan in progress