BLE Power type #618
Unanswered
mauroForlimpopoli
asked this question in
Q&A
Replies: 1 comment
-
The BLE API does not currently provide a way to change the power, so you will need to use your own native function for that. A quick search for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a command to read/write power of BLE and/or classic bluetooth or do I need to use native command?
At the moment I use this native command to read it:
esp_ble_tx_power_get(ESP_BLE_PWR_TYPE_DEFAULT);
and it works, but the command to set it :
esp_ble_tx_power_set(ESP_BLE_PWR_TYPE_DEFAULT, ESP_PWR_LVL_P9);
doesn't work. I execute the instruction while the connection is on. What other I need to do? Thank you
Beta Was this translation helpful? Give feedback.
All reactions