ESP-IDF
esp_bt_mode_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_bt_mode_t
esp_bt_mode_t enum
Syntax
Show:
Summary
Declaration
from
esp_bt.h:63
enum
{
ESP_BT_MODE_IDLE
=
0x00
,
ESP_BT_MODE_BLE
=
0x01
,
ESP_BT_MODE_CLASSIC_BT
=
0x02
,
ESP_BT_MODE_BTDM
=
0x03
,
}
;
Values
Value
Declared as
Description
esp_bt_mode_t::ESP_BT_MODE_CLASSIC_BT
=
0x02
Bluetooth is operating in Classic Bluetooth mode.
esp_bt_mode_t::ESP_BT_MODE_BTDM
=
0x03
Bluetooth is operating in Dual mode.
esp_bt_mode_t::ESP_BT_MODE_IDLE
=
0x00
Bluetooth is not operating.
esp_bt_mode_t::ESP_BT_MODE_BLE
=
0x01
Bluetooth is operating in BLE mode.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out