Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c1394 ringbuf_put16(&o->ringbuf, conn_handle); in mp_bluetooth_gap_on_connected_disconnected()
1407 ringbuf_put16(&o->ringbuf, conn_handle); in mp_bluetooth_gap_on_connection_update()
1411 ringbuf_put16(&o->ringbuf, status); in mp_bluetooth_gap_on_connection_update()
1449 ringbuf_put16(&o->ringbuf, value); in mp_bluetooth_gatts_on_mtu_exchanged()
1478 ringbuf_put16(&o->ringbuf, data_len); in mp_bluetooth_gap_on_scan_result()
1494 ringbuf_put16(&o->ringbuf, end_handle); in mp_bluetooth_gattc_on_primary_service_result()
1505 ringbuf_put16(&o->ringbuf, def_handle); in mp_bluetooth_gattc_on_characteristic_result()
1518 ringbuf_put16(&o->ringbuf, handle); in mp_bluetooth_gattc_on_descriptor_result()
1529 ringbuf_put16(&o->ringbuf, status); in mp_bluetooth_gattc_on_discover_complete()
1551 ringbuf_put16(&o->ringbuf, total_len); in mp_bluetooth_gattc_on_data_available()
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dringbuf.c54 int ringbuf_put16(ringbuf_t *r, uint16_t v) { in ringbuf_put16() function
A Dringbuf.h97 int ringbuf_put16(ringbuf_t *r, uint16_t v);

Completed in 8 milliseconds