Home
last modified time | relevance | path

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

/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()
432 if (irq == MP_BLUETOOTH_IRQ_GATTC_WRITE_DONE) { in btstack_packet_handler()
544 btstack_packet_handler(packet_type, packet, MP_BLUETOOTH_IRQ_GATTC_WRITE_DONE); in btstack_packet_handler_write_with_response()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h149 #define MP_BLUETOOTH_IRQ_GATTC_WRITE_DONE (17) 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/nimble/
A Dmodbluetooth_nimble.c1375 …mp_bluetooth_gattc_on_read_write_status(MP_BLUETOOTH_IRQ_GATTC_WRITE_DONE, conn_handle, handle, er… in ble_gattc_attr_write_cb()

Completed in 15 milliseconds