docs(ble): Removed a trailing whitespace

This commit is contained in:
Wei Yu Han 2024-07-12 08:01:40 +08:00
parent e8e66a84ed
commit 3df1e43d09

View File

@ -272,7 +272,7 @@ typedef enum {
/**
* @brief BLE TX power type
* @note
* 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.
* 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/CONN0-8 power types.