Home
last modified time | relevance | path

Searched refs:MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.h50 MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF, enumerator
A Dmodbluetooth_nimble.c227 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()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/
A Dnimble_npl_os.c184 if (mp_bluetooth_nimble_ble_state == MP_BLUETOOTH_NIMBLE_BLE_STATE_OFF) { in mp_bluetooth_nimble_os_eventq_run_all()

Completed in 7 milliseconds