Searched refs:MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF (Results 1 – 3 of 3) sorted by relevance
50 MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF, enumerator
227 volatile int mp_bluetooth_nimble_ble_state = MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF;559 mp_bluetooth_nimble_ble_state = MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF; in ble_hs_shutdown_stop_cb()572 while (mp_bluetooth_nimble_ble_state != MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF) { in mp_bluetooth_nimble_port_shutdown()662 if (mp_bluetooth_nimble_ble_state == MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF) { in mp_bluetooth_deinit()677 assert(mp_bluetooth_nimble_ble_state == MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF); in mp_bluetooth_deinit()679 mp_bluetooth_nimble_ble_state = MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF; in mp_bluetooth_deinit()
184 if (mp_bluetooth_nimble_ble_state == MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF) { in mp_bluetooth_nimble_os_eventq_run_all()
Completed in 7 milliseconds