Lines Matching refs:ble_controller_status
185 static DRAM_ATTR esp_bt_controller_status_t ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; variable
837 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_controller_init()
939 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_init()
982 if ((ble_controller_status < ESP_BT_CONTROLLER_STATUS_INITED) || in esp_bt_controller_deinit()
983 (ble_controller_status >= ESP_BT_CONTROLLER_STATUS_ENABLED)) { in esp_bt_controller_deinit()
1017 ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE; in esp_bt_controller_deinit()
1030 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_INITED) { in esp_bt_controller_enable()
1050 ble_controller_status = ESP_BT_CONTROLLER_STATUS_ENABLED; in esp_bt_controller_enable()
1070 if (ble_controller_status < ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_bt_controller_disable()
1088 ble_controller_status = ESP_BT_CONTROLLER_STATUS_INITED; in esp_bt_controller_disable()
1154 if (ble_controller_status != ESP_BT_CONTROLLER_STATUS_IDLE) { in esp_bt_mem_release()
1197 return ble_controller_status; in esp_bt_controller_get_status()