Lines Matching refs:ble_controller_status
204 static DRAM_ATTR esp_bt_controller_status_t ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; variable
749 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_controller_init()
865 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_init()
903 …if ((ble_controller_status < ESP_BT_CONTROLLER_STATUS_INITED) || (ble_controller_status >= ESP_BT_… in esp_bt_controller_deinit()
935 ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; in esp_bt_controller_deinit()
948 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_INITED) { in esp_bt_controller_enable()
971 ble_controller_status = ESP_BT_CONTROLLER_STATUS_ENABLED; in esp_bt_controller_enable()
990 if (ble_controller_status < ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_bt_controller_disable()
1008 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_disable()
1084 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_mem_release()
1138 return ble_controller_status; in esp_bt_controller_get_status()