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.c269 lll->stream_curr = 0U; in prepare_cb_common()
272 stream_handle = lll->stream_handle[lll->stream_curr]; in prepare_cb_common()
546 uint8_t stream_curr; in isr_rx() local
575 stream_curr = lll->stream_curr; in isr_rx()
612 stream_curr = lll->stream_curr; in isr_rx()
675 stream_handle = lll->stream_handle[stream_curr]; in isr_rx()
682 !lll->payload[stream_curr][payload_index]) { in isr_rx()
706 lll->payload[stream_curr][payload_index] = node_rx; in isr_rx()
751 if (!lll->payload[stream_curr][payload_index]) { in isr_rx()
794 if (!lll->payload[stream_curr][payload_index]) { in isr_rx()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_sync_iso.h57 uint8_t stream_curr:5; member