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.c219 struct lll_sync_iso_stream *sync_stream = NULL; in ll_setup_iso_path() local
348 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_setup_iso_path()
349 if (!sync_stream || sync_stream->dp) { in ll_setup_iso_path()
408 (cis || sync_stream)) { in ll_setup_iso_path()
457 if (sync_stream) { in ll_setup_iso_path()
458 sync_stream->dp = dp; in ll_setup_iso_path()
469 ARG_UNUSED(sync_stream); in ll_setup_iso_path()
612 struct lll_sync_iso_stream *sync_stream; in ll_remove_iso_path() local
621 sync_stream = ull_sync_iso_stream_get(stream_handle); in ll_remove_iso_path()
622 if (!sync_stream) { in ll_remove_iso_path()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c589 const struct lll_sync_iso_stream *sync_stream; in isr_rx() local
595 sync_stream = ull_sync_iso_lll_stream_get(lll->stream_handle[0]); in isr_rx()
596 se = ((lll->bis_curr - sync_stream->bis_index) * in isr_rx()
616 struct lll_sync_iso_stream *sync_stream; in isr_rx() local
676 sync_stream = ull_sync_iso_lll_stream_get(stream_handle); in isr_rx()
681 if ((lll->bis_curr == sync_stream->bis_index) && pdu->len && in isr_rx()
843 struct lll_sync_iso_stream *sync_stream; in isr_rx() local
850 sync_stream = ull_sync_iso_lll_stream_get(stream_handle); in isr_rx()
851 if (sync_stream->bis_index <= lll->num_bis) { in isr_rx()
856 lll->bis_curr = sync_stream->bis_index; in isr_rx()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c157 struct bt_bap_stream *sync_stream = &broadcast_sink.broadcast_stream.bap_stream; in check_sync_broadcast() local
221 &sync_stream, broadcast_sink.sink_broadcast_code); in check_sync_broadcast()