Searched refs:MP_BLUETOOTH_IRQ_SCAN_RESULT (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 1071 } else if (event == MP_BLUETOOTH_IRQ_SCAN_RESULT) { in bluetooth_ble_invoke_irq() 1277 …invoke_irq_handler(MP_BLUETOOTH_IRQ_SCAN_RESULT, args, 1, 2, addr, NULL_UUID, &data, &data_len, 1); in mp_bluetooth_gap_on_scan_result() 1355 …if (event == MP_BLUETOOTH_IRQ_SCAN_RESULT || ringbuf_peek(&o->ringbuf) != MP_BLUETOOTH_IRQ_SCAN_RE… in enqueue_irq() 1467 if (enqueue_irq(o, 1 + 6 + 1 + 1 + 2 + data_len, MP_BLUETOOTH_IRQ_SCAN_RESULT)) { in mp_bluetooth_gap_on_scan_result()
|
A D | modbluetooth.h | 137 #define MP_BLUETOOTH_IRQ_SCAN_RESULT (5) macro
|
Completed in 7 milliseconds