mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
docs(ble): added CONN0-8 back to the second note of esp_power_level_t
This commit is contained in:
parent
73b647f292
commit
e8e66a84ed
@ -275,7 +275,7 @@ typedef enum {
|
|||||||
* 1. The connection TX power can only be set after the connection is established.
|
* 1. The connection TX power can only be set after the connection is established.
|
||||||
* After disconnecting, the corresponding TX power will not be affected.
|
* After disconnecting, the corresponding TX power will not be affected.
|
||||||
* 2. `ESP_BLE_PWR_TYPE_DEFAULT` can be used to set the TX power for power types that have not been set before.
|
* 2. `ESP_BLE_PWR_TYPE_DEFAULT` can be used to set the TX power for power types that have not been set before.
|
||||||
* It will not affect the TX power values which have been set for the ADV/SCAN power types.
|
* It will not affect the TX power values which have been set for the ADV/SCAN/CONN0-8 power types.
|
||||||
* 3. If none of power type is set, the system will use `ESP_PWR_LVL_P3` as default for all power types.
|
* 3. If none of power type is set, the system will use `ESP_PWR_LVL_P3` as default for all power types.
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user