Home
last modified time | relevance | path

Searched refs:chm_chan_count (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_sync_iso.h83 uint8_t chm_chan_count:6; member
Dlll_adv.h88 uint8_t chm_chan_count:6; member
Dull_adv_iso.c1368 lll_iso->chm_chan_count = ull_chan_map_get(lll_iso->chm_chan_map); in adv_iso_chm_update()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c1542 } else if (lll->chm_chan_count) { in isr_rx_done()
1563 lll->data_chan_count = lll->chm_chan_count; in isr_rx_done()
1564 lll->chm_chan_count = 0U; in isr_rx_done()
1842 if (!lll->chm_chan_count) { in isr_rx_ctrl_recv()
1850 lll->chm_chan_count = chan_count; in isr_rx_ctrl_recv()
Dlll_adv_iso.c1082 lll->data_chan_count = lll->chm_chan_count; in isr_done_term()