From ccef14fad20c6842855fb954abd1712a4d90ea5b Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Mon, 9 Jun 2025 11:05:12 +0800 Subject: [PATCH] fix(ble): change the default ble cca thresh on ESP32-H2 (cherry picked from commit a2fab0ad60f581a5e4a64fdff4232bf5c77e1de1) Co-authored-by: cjin --- components/bt/controller/esp32h2/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32h2/Kconfig.in b/components/bt/controller/esp32h2/Kconfig.in index e7d935cd97..14330540e0 100644 --- a/components/bt/controller/esp32h2/Kconfig.in +++ b/components/bt/controller/esp32h2/Kconfig.in @@ -716,7 +716,7 @@ config BT_LE_CCA_RSSI_THRESH int "CCA RSSI threshold value" depends on BT_LE_TX_CCA_ENABLED range 20 100 - default 20 + default 65 help Power threshold of CCA in unit of -1 dBm.