Skip to content

Commit 9c507c7

Browse files
committed
docs(ble): Removed trailing whitespaces
1 parent cd05dfe commit 9c507c7

File tree

1 file changed

+7
-7
lines changed
  • components/bt/include/esp32/include

1 file changed

+7
-7
lines changed

components/bt/include/esp32/include/esp_bt.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,15 @@ typedef struct {
233233
uint16_t send_adv_reserved_size; /*!< Controller minimum memory value in bytes. Internal use only */
234234
uint32_t controller_debug_flag; /*!< Controller debug log flag. Internal use only */
235235
uint8_t mode; /*!< Controller mode:
236-
236+
237237
1: BLE mode
238-
238+
239239
2: Classic Bluetooth mode
240-
240+
241241
3: Dual mode
242-
242+
243243
Others: Invalid
244-
244+
245245
Configurable in menuconfig
246246
*/
247247
uint8_t ble_max_conn; /*!< Maximum number of BLE connections. Configurable in menuconfig */
@@ -276,7 +276,7 @@ typedef enum {
276276
* After disconnecting, the corresponding TX power will not be affected.
277277
* 2. `ESP_BLE_PWR_TYPE_DEFAULT` can be used to set the TX power for power types that have not been set before.
278278
* It will not affect the TX power values which have been set for the following CONN0-8/ADV/SCAN power types.
279-
* 3. If none of power type is set, the system will use `ESP_PWR_LVL_P3` as default for ADV/SCAN/CONN0-8.
279+
* 3. If none of power type is set, the system will use `ESP_PWR_LVL_P3` as default for all power types.
280280
*/
281281
typedef enum {
282282
ESP_BLE_PWR_TYPE_CONN_HDL0 = 0, /*!< TX power for connection handle 0 */
@@ -535,7 +535,7 @@ esp_err_t esp_vhci_host_register_callback(const esp_vhci_host_callback_t *callba
535535
*/
536536
esp_err_t esp_bt_controller_mem_release(esp_bt_mode_t mode);
537537

538-
/**
538+
/**
539539
* @brief Release the Controller memory, BSS and data section of the Classic Bluetooth/BLE Host stack as per the mode
540540
*
541541
* @note

0 commit comments

Comments
 (0)