feat(ble): enable host log compression when BLE_LOG_HOST_LOG enabled

This commit is contained in:
luoxu
2026-09-02 17:05:34 +08:00
parent 4dcd9d3e13
commit 0b355ab687
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
config BLE_LOG_ENABLED
bool "Enable BT Log Async Output (Dev Only)"
select BLE_COMPRESSED_LOG_ENABLE
select BLE_HOST_COMPRESSED_LOG_ENABLE if BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED
select ESP_TIMER_IN_IRAM
default n
help

View File

@@ -3,6 +3,7 @@ menuconfig BLE_HOST_COMPRESSED_LOG_ENABLE
bool "Enable BLE Host log compression(Preview)"
depends on BLE_COMPRESSED_LOG_ENABLE
depends on BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED
default y if BLE_LOG_HOST_LOG
default n
help
Apply compression to host logs. Requires