From 58f1f092e9e9588268b3d442e9e6d64fb1245cf9 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Thu, 15 May 2025 16:30:22 +0530 Subject: [PATCH] fix(nimble): Add chip dependancy flag for Flow control feature --- components/bt/host/nimble/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 228dd926ec..f8c579de5c 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -384,7 +384,7 @@ config BT_NIMBLE_GATT_MAX_PROCS config BT_NIMBLE_HS_FLOW_CTRL bool "Enable Host Flow control" - depends on BT_NIMBLE_ENABLED + depends on BT_NIMBLE_ENABLED && !SOC_ESP_NIMBLE_CONTROLLER default y if IDF_TARGET_ESP32 default n help