Home
last modified time | relevance | path

Searched refs:chan_sel (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral.c93 uint8_t chan_sel; local
243 chan_sel = 1U;
246 chan_sel = pdu_adv->chan_sel;
313 if (chan_sel) {
Dull_central.c689 uint8_t chan_sel; local
702 chan_sel = pdu_tx->chan_sel;
793 if (chan_sel) {
Dull_adv.c427 pdu->chan_sel = 1;
429 pdu->chan_sel = 0;
753 pdu->chan_sel = 0;
1867 pdu->chan_sel = prev->chan_sel;
1869 pdu->chan_sel = 0U;
1926 pdu->chan_sel = 0;
3125 pdu->chan_sel = 0;
Dull_adv_sync.c1010 pdu->chan_sel = 0U; in ull_adv_sync_pdu_init()
1390 target_pdu->chan_sel = 0U;
1666 pdu->chan_sel = 0U;
1742 ter_pdu->chan_sel = 0U;
1826 ter_pdu->chan_sel = 0U;
1935 pdu->chan_sel = 0U;
2298 pdu->chan_sel = 0U;
Dull_adv_aux.c503 pdu_chain->chan_sel = 0U;
1149 pdu_chain->chan_sel = 0U; in ll_adv_aux_sr_data_set()
1305 sr_pdu->chan_sel = 0U; in ll_adv_aux_sr_data_set()
1570 pri_pdu->chan_sel = 0U; in ull_adv_aux_hdr_set_clear()
1621 sec_pdu->chan_sel = 0U; in ull_adv_aux_hdr_set_clear()
2105 pdu->chan_sel = 0U; in ull_adv_aux_pdu_set_clear()
Dpdu.h556 uint8_t chan_sel:1; member
562 uint8_t chan_sel:1;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_scan.c724 pdu_tx->chan_sel = 1;
726 pdu_tx->chan_sel = 0;
834 uint8_t pdu_adv_rx_chan_sel = pdu_adv_rx->chan_sel;
844 pdu_adv_rx->chan_sel = pdu_adv_rx_chan_sel;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c247 pdu_tx->chan_sel = 1; in lll_scan_prepare_connect_req()
249 pdu_tx->chan_sel = 0; in lll_scan_prepare_connect_req()
1245 uint8_t pdu_adv_rx_chan_sel = pdu_adv_rx->chan_sel;
1252 pdu_adv_rx->chan_sel = pdu_adv_rx_chan_sel;
Dlll_adv_aux.c945 pdu_cr->chan_sel = 0; in init_connect_rsp_pdu()
Dlll_scan_aux.c1092 pdu->chan_sel = 1;