Searched refs:next_chan_use (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_sync_iso.h | 61 uint8_t next_chan_use; member
|
D | lll_adv.h | 31 uint8_t next_chan_use; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_peripheral_iso.c | 56 static uint8_t next_chan_use; variable 764 next_chan_use = lll_chan_iso_subevent(data_chan_id, in isr_rx() 799 next_chan_use = lll_chan_iso_event(event_counter, data_chan_id, in isr_rx() 895 lll_chan_set(next_chan_use); in isr_tx() 1011 next_chan_use = lll_chan_iso_subevent(data_chan_id, in isr_prepare_subevent() 1039 next_chan_use = lll_chan_iso_event(event_counter, data_chan_id, in isr_prepare_subevent_next_cis() 1112 lll_chan_set(next_chan_use); in isr_prepare_subevent_common()
|
D | lll_adv_iso.c | 690 data_chan_use = lll->next_chan_use; in isr_tx_common() 815 lll->next_chan_use = lll_chan_iso_subevent(data_chan_id, in next_chan_calc() 829 lll->next_chan_use = lll_chan_iso_event(event_counter, in next_chan_calc()
|
D | lll_central_iso.c | 57 static uint8_t next_chan_use; variable 564 next_chan_use = lll_chan_iso_subevent(data_chan_id, in isr_tx() 918 next_chan_use = next_cis_chan; in isr_rx() 1042 lll_chan_set(next_chan_use); in isr_prepare_subevent()
|
D | lll_sync_iso.c | 989 data_chan_use = lll->next_chan_use; in isr_rx() 1347 lll->next_chan_use = lll_chan_iso_subevent(data_chan_id, in next_chan_calc() 1361 lll->next_chan_use = lll_chan_iso_event(event_counter, in next_chan_calc()
|