Home
last modified time | relevance | path

Searched refs:MP_BLUETOOTH_IRQ_GATTS_INDICATE_DONE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h152 #define MP_BLUETOOTH_IRQ_GATTS_INDICATE_DONE (20) macro
A Dmodbluetooth.c1064 } else if (event == MP_BLUETOOTH_IRQ_GATTS_INDICATE_DONE) { in bluetooth_ble_invoke_irq()
1222 …invoke_irq_handler(MP_BLUETOOTH_IRQ_GATTS_INDICATE_DONE, args, 3, 0, NULL_ADDR, NULL_UUID, NULL_DA… in mp_bluetooth_gatts_on_indicate_complete()
1429 if (enqueue_irq(o, 2 + 2 + 1, MP_BLUETOOTH_IRQ_GATTS_INDICATE_DONE)) { in mp_bluetooth_gatts_on_indicate_complete()

Completed in 9 milliseconds