Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso_internal.h10 struct lll_sync_iso_stream *ull_sync_iso_stream_get(uint16_t handle);
Dull_iso.c346 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_setup_iso_path()
619 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_remove_iso_path()
671 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_iso_test_sdu_alloc()
717 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_iso_test_sdu_emit()
876 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_iso_receive_test()
989 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_iso_read_test_counters()
1372 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_iso_test_end()
1669 sync_stream = ull_sync_iso_stream_get(stream_handle); in iso_rx_demux()
Dull_sync_iso.c362 struct lll_sync_iso_stream *ull_sync_iso_stream_get(uint16_t handle) in ull_sync_iso_stream_get() function
377 return ull_sync_iso_stream_get(handle); in ull_sync_iso_lll_stream_get()
391 stream = ull_sync_iso_stream_get(stream_handle); in ull_sync_iso_stream_release()
584 stream = ull_sync_iso_stream_get(lll->stream_handle[0]); in ull_sync_iso_setup()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c502 stream = ull_sync_iso_stream_get(stream_handle); in encode_node()