From b8db0aac93ced921cb4aa1e7dd8c29da771385d9 Mon Sep 17 00:00:00 2001 From: Zhou Xiao Date: Fri, 3 Apr 2026 21:14:53 +0800 Subject: [PATCH] change(ble_log): update ble log module description (cherry picked from commit 99212e7fc43d8b91523b9024163429c35fff4794) Co-authored-by: Zhou Xiao --- components/bt/common/ble_log/Kconfig.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/bt/common/ble_log/Kconfig.in b/components/bt/common/ble_log/Kconfig.in index 81ef3e1deda..735f407daa2 100644 --- a/components/bt/common/ble_log/Kconfig.in +++ b/components/bt/common/ble_log/Kconfig.in @@ -1,8 +1,8 @@ config BLE_LOG_ENABLED - bool "Enable BLE Log Module (Experimental)" + bool "Enable BT Log Async Output (Dev Only)" default n help - Enable BLE Log Module + Enable BT Log Async Output if BLE_LOG_ENABLED config BLE_LOG_TASK_STACK_SIZE @@ -234,6 +234,6 @@ if BLE_LOG_ENABLED endmenu endif -menu "Legacy SPI Log Output (Deprecated - use BLE Log Module instead)" +menu "Legacy SPI Log Output (Deprecated - use BT Log Async Output instead)" source "$IDF_PATH/components/bt/common/ble_log/deprecated/Kconfig.in" endmenu