Home
last modified time | relevance | path

Searched refs:pdu_data_llctrl (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c52 pdu->len = offsetof(struct pdu_data_llctrl, ping_req) + in helper_pdu_encode_ping_req()
60 pdu->len = offsetof(struct pdu_data_llctrl, ping_rsp) + in helper_pdu_encode_ping_rsp()
70 pdu->len = offsetof(struct pdu_data_llctrl, feature_req) + in helper_pdu_encode_feature_req()
84 pdu->len = offsetof(struct pdu_data_llctrl, feature_req) + in helper_pdu_encode_peripheral_feature_req()
100 pdu->len = offsetof(struct pdu_data_llctrl, feature_rsp) + in helper_pdu_encode_feature_rsp()
115 pdu->len = offsetof(struct pdu_data_llctrl, min_used_chans_ind) + in helper_pdu_encode_min_used_chans_ind()
127 pdu->len = offsetof(struct pdu_data_llctrl, version_ind) + in helper_pdu_encode_version_ind()
141 offsetof(struct pdu_data_llctrl, enc_req) + sizeof(struct pdu_data_llctrl_enc_req); in helper_pdu_encode_enc_req()
155 offsetof(struct pdu_data_llctrl, enc_rsp) + sizeof(struct pdu_data_llctrl_enc_rsp); in helper_pdu_encode_enc_rsp()
164 pdu->len = offsetof(struct pdu_data_llctrl, start_enc_req) + in helper_pdu_encode_start_enc_req()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/
Dmain.c52 #define LLCTRL_PDU_SIZE (offsetof(struct pdu_data, llctrl) + sizeof(struct pdu_data_llctrl))
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/
Dmain.c53 #define LLCTRL_PDU_SIZE (offsetof(struct pdu_data, llctrl) + sizeof(struct pdu_data_llctrl))
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h913 struct pdu_data_llctrl { struct
954 #define PDU_DATA_LLCTRL_LEN(type) (offsetof(struct pdu_data_llctrl, type) + \ argument
1006 struct pdu_data_llctrl llctrl;
Dull_llcp_pdu.c853 pdu->len = offsetof(struct pdu_data_llctrl, cis_req) + in llcp_pdu_encode_cis_req()
913 pdu->len = offsetof(struct pdu_data_llctrl, cis_ind) + in llcp_pdu_encode_cis_ind()
Dull_llcp.c69 #define LLCTRL_PDU_SIZE (offsetof(struct pdu_data, llctrl) + sizeof(struct pdu_data_llctrl))
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c637 sizeof(struct pdu_data_llctrl)); in ctrl_pdu_len_check()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c1015 sizeof(struct pdu_data_llctrl));