From 109cd816f7a3f6ff29bf431b715cf8d0553e387d Mon Sep 17 00:00:00 2001 From: Zhou Xiao Date: Tue, 16 Sep 2025 19:43:03 +0800 Subject: [PATCH] fix(ble): fixed ble log config for ESP32-C3/ESP32-S3 --- components/bt/controller/esp32c3/Kconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/controller/esp32c3/Kconfig.in b/components/bt/controller/esp32c3/Kconfig.in index 5b6e6ac7cf..98581e269c 100644 --- a/components/bt/controller/esp32c3/Kconfig.in +++ b/components/bt/controller/esp32c3/Kconfig.in @@ -570,6 +570,7 @@ menu "Controller debug log Options (Experimental)" config BT_CTRL_LE_LOG_MODE_BLE_LOG_V2 bool "Utilize BLE Log v2 for controller log" depends on BT_CTRL_LE_LOG_EN + depends on BLE_LOG_ENABLED default y help Utilize BLE Log v2 for controller log