Home
last modified time | relevance | path

Searched refs:data_chan_hop (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c123 lll->data_chan_hop, in prepare_cb()
Dlll_peripheral.c137 lll->data_chan_hop, in prepare_cb()
Dlll_scan.c784 pdu_tx->connect_ind.hop = lll_conn->data_chan_hop;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h67 uint8_t data_chan_hop; member
Dull_peripheral.c158 lll->data_chan_hop = pdu_adv->connect_ind.hop;
161 (lll->data_chan_hop < CHM_HOP_COUNT_MIN) ||
162 (lll->data_chan_hop > CHM_HOP_COUNT_MAX) ||
Dull_central.c250 conn_lll->data_chan_hop = 5 + (hop % 12); in ll_create_connection()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c146 lll->data_chan_hop, in prepare_cb()
Dlll_peripheral.c150 lll->data_chan_hop,
Dlll_scan.c311 pdu_tx->connect_ind.hop = lll_conn->data_chan_hop; in lll_scan_prepare_connect_req()