Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/
A Dnimble_npl_os.h73 struct ble_npl_callout *nextc; member
A Dnimble_npl_os.c384 for (struct ble_npl_callout *c = global_callout; c != NULL; c = c->nextc) { in mp_bluetooth_nimble_os_callout_process()
416 for (c2 = &global_callout; *c2 != NULL; c2 = &(*c2)->nextc) { in ble_npl_callout_init()
424 c->nextc = NULL; in ble_npl_callout_init()

Completed in 3 milliseconds