Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c276 lll->stream_curr = 0U; in prepare_cb_common()
281 stream_handle = lll->stream_handle[lll->stream_curr]; in prepare_cb_common()
599 uint8_t stream_curr; in isr_rx() local
630 stream_curr = lll->stream_curr; in isr_rx()
683 stream_curr = lll->stream_curr; in isr_rx()
745 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()
752 !lll->payload[stream_curr][payload_index]) { in isr_rx()
776 lll->payload[stream_curr][payload_index] = node_rx; in isr_rx()
828 if (!lll->payload[stream_curr][payload_index]) { in isr_rx()
871 if (!lll->payload[stream_curr][payload_index]) { in isr_rx()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_sync_iso.h75 uint8_t stream_curr:5; member