esp_bredr_tx_power_set() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Success - ESP_ERR_INVALID_ARG: Invalid argument - ESP_ERR_INVALID_STATE: Invalid Bluetooth Controller state

Notes

1. Please call this function after `esp_bt_controller_enable()` and before any functions that cause RF transmission, such as performing discovery, profile initialization, and so on. 2. For BR/EDR to use the new TX power for inquiry, call this function before starting an inquiry. If BR/EDR is already inquiring, restart the inquiry after calling this function.

References

from examples