Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c222 struct lll_sync_iso_stream *sync_stream = NULL; in ll_setup_iso_path() local
346 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_setup_iso_path()
347 if (!sync_stream || sync_stream->dp) { in ll_setup_iso_path()
406 (cis || sync_stream)) { in ll_setup_iso_path()
455 if (sync_stream) { in ll_setup_iso_path()
456 sync_stream->dp = dp; in ll_setup_iso_path()
467 ARG_UNUSED(sync_stream); in ll_setup_iso_path()
610 struct lll_sync_iso_stream *sync_stream; in ll_remove_iso_path() local
619 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_remove_iso_path()
620 if (!sync_stream) { in ll_remove_iso_path()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c641 const struct lll_sync_iso_stream *sync_stream; in isr_rx() local
646 sync_stream = ull_sync_iso_lll_stream_get(lll->stream_handle[0]); in isr_rx()
652 se = ((lll->bis_curr - sync_stream->bis_index) * in isr_rx()
661 se = (lll->bis_curr - sync_stream->bis_index) + in isr_rx()
687 struct lll_sync_iso_stream *sync_stream; in isr_rx() local
746 sync_stream = ull_sync_iso_lll_stream_get(stream_handle); in isr_rx()
751 if ((lll->bis_curr == sync_stream->bis_index) && pdu->len && in isr_rx()
922 struct lll_sync_iso_stream *sync_stream; in isr_rx() local
927 sync_stream = ull_sync_iso_lll_stream_get(stream_handle); in isr_rx()
928 if (sync_stream->bis_index <= lll->num_bis) { in isr_rx()
[all …]
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c160 struct bt_bap_stream *sync_stream = &broadcast_sink.broadcast_stream.bap_stream; in check_sync_broadcast() local
224 &sync_stream, broadcast_sink.sink_broadcast_code); in check_sync_broadcast()