fix(ble): change the default ble cca thresh on ESP32-C2

(cherry picked from commit a10696d7e1)

Co-authored-by: cjin <jinchen@espressif.com>
This commit is contained in:
Zhao Wei Liang
2025-06-09 11:03:57 +08:00
parent d450242aac
commit f732a0a60a

View File

@ -584,7 +584,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.