Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync.c562 struct lll_sync *lll_sync_next; in is_abort_cb() local
565 lll_sync_next = ull_sync_lll_is_valid_get(next); in is_abort_cb()
566 if (!lll_sync_next) { in is_abort_cb()
581 if (lll_sync_curr->abort_count < lll_sync_next->abort_count) { in is_abort_cb()
592 if (lll_sync_next->abort_count < UINT8_MAX) { in is_abort_cb()
593 lll_sync_next->abort_count++; in is_abort_cb()