Home
last modified time | relevance | path

Searched refs:MP_BLUETOOTH_IRQ_GATTC_READ_DONE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h148 #define MP_BLUETOOTH_IRQ_GATTC_READ_DONE (16) macro
A Dmodbluetooth.c1094 …} else if (event == MP_BLUETOOTH_IRQ_GATTC_READ_DONE || event == MP_BLUETOOTH_IRQ_GATTC_WRITE_DONE… in bluetooth_ble_invoke_irq()
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c427 if (irq == MP_BLUETOOTH_IRQ_GATTC_READ_DONE || irq == MP_BLUETOOTH_IRQ_GATTC_WRITE_DONE) { in btstack_packet_handler()
537 btstack_packet_handler(packet_type, packet, MP_BLUETOOTH_IRQ_GATTC_READ_DONE); in btstack_packet_handler_read()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c1356 …mp_bluetooth_gattc_on_read_write_status(MP_BLUETOOTH_IRQ_GATTC_READ_DONE, conn_handle, handle, err… in ble_gattc_attr_read_cb()

Completed in 15 milliseconds