feat(ble): disable bluedroid log compression when bluedroid log disabled

This commit is contained in:
luoxu
2026-09-02 19:00:12 +08:00
parent 0b355ab687
commit 7fe8269903

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
depends on !BT_STACK_NO_LOG
default y if BLE_LOG_HOST_LOG
default n
help