mirror of
https://github.com/espressif/esp-idf
synced 2025-04-02 21:00:10 -04:00
docs(ble): Added newline for mode in esp_bt_controller_config_t
This commit is contained in:
parent
300750b8c6
commit
cd05dfede7
@ -233,11 +233,16 @@ typedef struct {
|
|||||||
uint16_t send_adv_reserved_size; /*!< Controller minimum memory value in bytes. Internal use only */
|
uint16_t send_adv_reserved_size; /*!< Controller minimum memory value in bytes. Internal use only */
|
||||||
uint32_t controller_debug_flag; /*!< Controller debug log flag. Internal use only */
|
uint32_t controller_debug_flag; /*!< Controller debug log flag. Internal use only */
|
||||||
uint8_t mode; /*!< Controller mode:
|
uint8_t mode; /*!< Controller mode:
|
||||||
|
|
||||||
1: BLE mode
|
1: BLE mode
|
||||||
|
|
||||||
2: Classic Bluetooth mode
|
2: Classic Bluetooth mode
|
||||||
|
|
||||||
3: Dual mode
|
3: Dual mode
|
||||||
|
|
||||||
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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user