forked from espressif/esp-idf
docs(ble): Removed trailing whitespace
This commit is contained in:
@@ -242,7 +242,7 @@ typedef struct {
|
|||||||
|
|
||||||
Others: Invalid
|
Others: Invalid
|
||||||
|
|
||||||
Configurable in menuconfig.
|
Configurable in menuconfig
|
||||||
*/
|
*/
|
||||||
uint8_t ble_max_conn; /*!< Maximum number of BLE connections. Configurable in menuconfig. */
|
uint8_t ble_max_conn; /*!< Maximum number of BLE connections. Configurable in menuconfig. */
|
||||||
uint8_t bt_max_acl_conn; /*!< Maximum number of BR/EDR ACL connections. Configurable in menuconfig. */
|
uint8_t bt_max_acl_conn; /*!< Maximum number of BR/EDR ACL connections. Configurable in menuconfig. */
|
||||||
@@ -276,7 +276,7 @@ typedef enum {
|
|||||||
* 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 following CONN0-8/ADV/SCAN power types.
|
* It will not affect the TX power values which have been set for the following CONN0-8/ADV/SCAN power types.
|
||||||
* 3. If none of power type is set, the system will use `ESP_PWR_LVL_P3` as default for ADV/SCAN/CONN0-8.
|
* 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 {
|
||||||
ESP_BLE_PWR_TYPE_CONN_HDL0 = 0, /*!< TX power for connection handle 0 */
|
ESP_BLE_PWR_TYPE_CONN_HDL0 = 0, /*!< TX power for connection handle 0 */
|
||||||
|
Reference in New Issue
Block a user