Search found 1 match

by kamo104
Sun Nov 02, 2025 12:53 pm
Forum: ESP-IDF
Topic: esp_ble_tx_power_set not setting the power level of a PAwR response.
Replies: 0
Views: 2098

esp_ble_tx_power_set not setting the power level of a PAwR response.

I'm trying to set the PAwR response power level on an ESP32C6 in this example https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/nimble/ble_pawr_adv_conn/ble_pawr_adv_conn to ESP_PWR_LVL_P20 (20dBm).

But it doesn't seem to work despite doing that with:

esp_err_t err = esp_ble_tx ...

Go to advanced search