Home
last modified time | relevance | path

Searched refs:min_used_chans_ind (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c229 pdu->len = PDU_DATA_LLCTRL_LEN(min_used_chans_ind); in llcp_pdu_encode_min_used_chans_ind()
231 p = &pdu->llctrl.min_used_chans_ind; in llcp_pdu_encode_min_used_chans_ind()
240 conn->llcp.muc.phys = pdu->llctrl.min_used_chans_ind.phys; in llcp_pdu_decode_min_used_chans_ind()
241 conn->llcp.muc.min_used_chans = pdu->llctrl.min_used_chans_ind.min_used_chans; in llcp_pdu_decode_min_used_chans_ind()
Dpdu.h941 struct pdu_data_llctrl_min_used_chans_ind min_used_chans_ind; member
Dull_llcp.c1728 return VALIDATE_PDU_LEN(pdu, min_used_chans_ind);
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c115 pdu->len = offsetof(struct pdu_data_llctrl, min_used_chans_ind) + in helper_pdu_encode_min_used_chans_ind()
118 pdu->llctrl.min_used_chans_ind.phys = p->phys; in helper_pdu_encode_min_used_chans_ind()
119 pdu->llctrl.min_used_chans_ind.min_used_chans = p->min_used_chans; in helper_pdu_encode_min_used_chans_ind()
627 zassert_equal(pdu->llctrl.min_used_chans_ind.phys, p->phys, "Wrong PHY.\nCalled at %s:%d\n", in helper_pdu_verify_min_used_chans_ind()
629 zassert_equal(pdu->llctrl.min_used_chans_ind.min_used_chans, p->min_used_chans, in helper_pdu_verify_min_used_chans_ind()