From 92610606be7d4a73b8c66738ebae05556c40f744 Mon Sep 17 00:00:00 2001 From: zhanghaipeng Date: Mon, 3 Mar 2025 11:02:06 +0800 Subject: [PATCH] fix(ble/controller): Fix BLE Kconfig on ESP32 to avoid unexpected behavior --- components/bt/controller/esp32/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32/Kconfig.in b/components/bt/controller/esp32/Kconfig.in index f8033b2f6a..401708d258 100644 --- a/components/bt/controller/esp32/Kconfig.in +++ b/components/bt/controller/esp32/Kconfig.in @@ -491,7 +491,7 @@ config BTDM_BLE_VS_QA_SUPPORT This enables BLE vendor HCI command and event for QA. config BTDM_CTRL_CONTROLLER_DEBUG_MODE_1 - bool "Enable Bluetooth controller debugging mode 1 (for internal use only)" if n + bool "Enable Bluetooth controller debugging mode 1 (for internal use only)" default n depends on BT_ENABLED help