Searched refs:nextc (Results 1 – 2 of 2) sorted by relevance
73 struct ble_npl_callout *nextc; member
384 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