File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
components/bt/include/esp32/include Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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 */
482487bool esp_vhci_host_check_send_available (void );
You can’t perform that action at this time.
0 commit comments