Skip to content

Commit cd05dfe

Browse files
committed
docs(ble): Added newline for mode in esp_bt_controller_config_t
1 parent 300750b commit cd05dfe

File tree

1 file changed

+8
-3
lines changed
  • components/bt/include/esp32/include

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,16 @@ 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+
236237
1: BLE mode
238+
237239
2: Classic Bluetooth mode
240+
238241
3: Dual mode
242+
239243
Others: Invalid
240-
Configurable in menuconfig.
244+
245+
Configurable in menuconfig
241246
*/
242247
uint8_t ble_max_conn; /*!< Maximum number of BLE connections. Configurable in menuconfig */
243248
uint8_t bt_max_acl_conn; /*!< Maximum number of BR/EDR ACL connections. Configurable in menuconfig */
@@ -474,9 +479,9 @@ typedef struct esp_vhci_host_callback {
474479
*
475480
*If the return value is True, the Host can send the packet to the Controller.
476481
*
477-
*@note This function should be called before each `esp_vhci_host_send_packet()`.
482+
* @note This function should be called before each `esp_vhci_host_send_packet()`.
478483
*
479-
*@return
484+
* @return
480485
* True if the Controller is ready to receive packets; false otherwise
481486
*/
482487
bool esp_vhci_host_check_send_available(void);

0 commit comments

Comments
 (0)