Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c63 memq_link_t *link_sync_lost; in ll_big_sync_create() local
77 link_sync_lost = ll_rx_link_alloc(); in ll_big_sync_create()
78 if (!link_sync_lost) { in ll_big_sync_create()
86 ll_rx_link_release(link_sync_lost); in ll_big_sync_create()
95 ll_rx_link_release(link_sync_lost); in ll_big_sync_create()
103 sync_iso->node_rx_lost.hdr.link = link_sync_lost; in ll_big_sync_create()
124 memq_link_t *link_sync_lost; in ll_big_sync_terminate() local
145 link_sync_lost = sync_iso->node_rx_lost.hdr.link; in ll_big_sync_terminate()
147 ll_rx_link_release(link_sync_lost); in ll_big_sync_terminate()
178 link_sync_lost = sync_iso->node_rx_lost.hdr.link; in ll_big_sync_terminate()
[all …]
Dull_sync.c88 memq_link_t *link_sync_lost; in ll_sync_create() local
111 link_sync_lost = ll_rx_link_alloc(); in ll_sync_create()
112 if (!link_sync_lost) { in ll_sync_create()
120 ll_rx_link_release(link_sync_lost); in ll_sync_create()
129 ll_rx_link_release(link_sync_lost); in ll_sync_create()
190 sync->node_rx_lost.hdr.link = link_sync_lost; in ll_sync_create()
209 memq_link_t *link_sync_lost; in ll_sync_create_cancel() local
247 link_sync_lost = sync->node_rx_lost.hdr.link; in ll_sync_create_cancel()
249 ll_rx_link_release(link_sync_lost); in ll_sync_create_cancel()
275 memq_link_t *link_sync_lost; in ll_sync_terminate() local
[all …]