esp_bt_controller_get_status() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

- ESP_BT_CONTROLLER_STATUS_IDLE: The Controller is not initialized or has been de-initialized. - ESP_BT_CONTROLLER_STATUS_INITED: The Controller has been initialized, but not enabled or has been disabled. - ESP_BT_CONTROLLER_STATUS_ENABLED: The Controller has been initialized and enabled.

References

from examples