fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C5

This commit is contained in:
zwl
2025-01-04 16:00:28 +08:00
parent d2b62f2130
commit 4dfe8db6a6
2 changed files with 30 additions and 6 deletions

View File

@@ -613,6 +613,12 @@ choice BT_LE_DFT_TX_POWER_LEVEL_DBM
default BT_LE_DFT_TX_POWER_LEVEL_P9
help
Specify default Tx power level(dBm).
config BT_LE_DFT_TX_POWER_LEVEL_N24
bool "-24dBm"
config BT_LE_DFT_TX_POWER_LEVEL_N21
bool "-21dBm"
config BT_LE_DFT_TX_POWER_LEVEL_N18
bool "-18dBm"
config BT_LE_DFT_TX_POWER_LEVEL_N15
bool "-15dBm"
config BT_LE_DFT_TX_POWER_LEVEL_N12