Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c54 static struct ll_sync_iso_set *sync_iso_get(uint8_t handle);
102 sync_iso = sync_iso_get(big_handle); in ll_big_sync_create()
238 sync_iso = sync_iso_get(big_handle); in ll_big_sync_terminate()
330 return sync_iso_get(stream_pool[handle].big_handle); in ull_sync_iso_by_stream_get()
848 static struct ll_sync_iso_set *sync_iso_get(uint8_t handle) in sync_iso_get() function
878 return ARRAY_INDEX(ll_sync_iso, sync_iso_get(handle)); in sync_iso_handle_to_index()