Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c62 static struct ll_sync_iso_set *sync_iso_get(uint8_t handle);
112 sync_iso = sync_iso_get(big_handle); in ll_big_sync_create()
253 sync_iso = sync_iso_get(big_handle); in ll_big_sync_terminate()
358 return sync_iso_get(stream_pool[handle].big_handle); in ull_sync_iso_by_stream_get()
896 static struct ll_sync_iso_set *sync_iso_get(uint8_t handle) in sync_iso_get() function
926 return ARRAY_INDEX(ll_sync_iso, sync_iso_get(handle)); in sync_iso_handle_to_index()