Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/
A Dnimble_npl_os.h55 struct ble_npl_event { struct
59 struct ble_npl_event *prev; argument
60 struct ble_npl_event *next; argument
64 struct ble_npl_event *head;
72 struct ble_npl_event ev;
A Dnimble_npl_os.c190 struct ble_npl_event *ev = NULL; in mp_bluetooth_nimble_os_eventq_run_all()
245 void ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev) { in ble_npl_eventq_put()
257 struct ble_npl_event *tail = evq->head; in ble_npl_eventq_put()
278 void ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, void *arg) { in ble_npl_event_init()
286 void *ble_npl_event_get_arg(struct ble_npl_event *ev) { in ble_npl_event_get_arg()
291 void ble_npl_event_set_arg(struct ble_npl_event *ev, void *arg) { in ble_npl_event_set_arg()

Completed in 4 milliseconds