Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c357 pdu->len = offsetof(struct pdu_data_llctrl, length_req) + in helper_pdu_encode_length_req()
361 pdu->llctrl.length_req.max_rx_octets = p->max_rx_octets; in helper_pdu_encode_length_req()
362 pdu->llctrl.length_req.max_tx_octets = p->max_tx_octets; in helper_pdu_encode_length_req()
363 pdu->llctrl.length_req.max_rx_time = p->max_rx_time; in helper_pdu_encode_length_req()
364 pdu->llctrl.length_req.max_tx_time = p->max_tx_time; in helper_pdu_encode_length_req()
376 pdu->llctrl.length_req.max_rx_octets = p->max_rx_octets; in helper_pdu_encode_length_rsp()
377 pdu->llctrl.length_req.max_tx_octets = p->max_tx_octets; in helper_pdu_encode_length_rsp()
378 pdu->llctrl.length_req.max_rx_time = p->max_rx_time; in helper_pdu_encode_length_rsp()
379 pdu->llctrl.length_req.max_tx_time = p->max_tx_time; in helper_pdu_encode_length_rsp()
1011 offsetof(struct pdu_data_llctrl, length_req) + in helper_pdu_verify_length_req()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c646 (struct pdu_data_llctrl_length_req_rsp_common *)&pdu->llctrl.length_req, in llcp_pdu_encode_length_req()
723 (struct pdu_data_llctrl_length_req_rsp_common *)&pdu->llctrl.length_req); in llcp_pdu_decode_length_req()
Dpdu.h936 struct pdu_data_llctrl_length_req length_req; member
Dull_llcp.c1699 return VALIDATE_PDU_LEN(pdu, length_req);