esp_ble_tx_power_set() function
Set BLE TX power
Arguments
power_type
The type of TX power. It could be Advertising, Connection, Default, etc.
power_level
Power level (index) corresponding to the absolute value (dBm)
Return value
- ESP_OK: Success - ESP_ERR_INVALID_ARG: Invalid argument
Notes
Connection TX power should only be set after the connection is established.