Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dull_iso.c208 struct lll_sync_iso_stream *sync_stream = NULL; in ll_setup_iso_path() local
334 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_setup_iso_path()
335 if (!sync_stream || sync_stream->dp) { in ll_setup_iso_path()
390 (cis || sync_stream)) { in ll_setup_iso_path()
439 if (sync_stream) { in ll_setup_iso_path()
440 sync_stream->dp = dp; in ll_setup_iso_path()
451 ARG_UNUSED(sync_stream); in ll_setup_iso_path()
594 struct lll_sync_iso_stream *sync_stream; in ll_remove_iso_path() local
603 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_remove_iso_path()
604 if (!sync_stream) { in ll_remove_iso_path()
[all …]