Lines Matching refs:ble_controller_status
182 static DRAM_ATTR esp_bt_controller_status_t ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; variable
819 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_controller_init()
919 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_init()
961 if ((ble_controller_status < ESP_BT_CONTROLLER_STATUS_INITED) || in esp_bt_controller_deinit()
962 (ble_controller_status >= ESP_BT_CONTROLLER_STATUS_ENABLED)) { in esp_bt_controller_deinit()
995 ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; in esp_bt_controller_deinit()
1008 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_INITED) { in esp_bt_controller_enable()
1028 ble_controller_status = ESP_BT_CONTROLLER_STATUS_ENABLED; in esp_bt_controller_enable()
1048 if (ble_controller_status < ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_bt_controller_disable()
1066 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_disable()
1132 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_mem_release()
1175 return ble_controller_status; in esp_bt_controller_get_status()