Home
last modified time | relevance | path

Searched refs:pdu_data_llctrl_length_req_rsp_common (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c629 struct pdu_data_llctrl_length_req_rsp_common *p, in encode_length_req_rsp_common()
635 pdu->len = sizeof(struct pdu_data_llctrl_length_req_rsp_common) + 1U; in encode_length_req_rsp_common()
646 (struct pdu_data_llctrl_length_req_rsp_common *)&pdu->llctrl.length_req, in llcp_pdu_encode_length_req()
654 (struct pdu_data_llctrl_length_req_rsp_common *)&pdu->llctrl.length_rsp, in llcp_pdu_encode_length_rsp()
662 (struct pdu_data_llctrl_length_req_rsp_common *)&pdu->llctrl.length_rsp, in llcp_ntf_encode_length_change()
704 struct pdu_data_llctrl_length_req_rsp_common *p) in decode_length_req_rsp_common()
723 (struct pdu_data_llctrl_length_req_rsp_common *)&pdu->llctrl.length_req); in llcp_pdu_decode_length_req()
729 (struct pdu_data_llctrl_length_req_rsp_common *)&pdu->llctrl.length_rsp); in llcp_pdu_decode_length_rsp()
Dpdu.h783 struct pdu_data_llctrl_length_req_rsp_common { struct