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.h68 uint8_t chm_chan_count:6; member
Dlll_adv.h71 uint8_t chm_chan_count:6; member
Dull_adv_iso.c1293 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.c1272 } else if (lll->chm_chan_count) { in isr_rx_done()
1293 lll->data_chan_count = lll->chm_chan_count; in isr_rx_done()
1294 lll->chm_chan_count = 0U; in isr_rx_done()
1442 if (!lll->chm_chan_count) { in isr_rx_ctrl_recv()
1450 lll->chm_chan_count = chan_count; in isr_rx_ctrl_recv()
Dlll_adv_iso.c901 lll->data_chan_count = lll->chm_chan_count; in isr_done_term()