Function esp_idf_sys::esp_bt_controller_get_status
source ยท pub unsafe extern "C" fn esp_bt_controller_get_status() -> esp_bt_controller_status_t
Expand description
@brief Get Bluetooth Controller status
@return - 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.