Searched refs:cis_terminate_ind (Results 1 – 3 of 3) sorted by relevance
477 pdu->len = offsetof(struct pdu_data_llctrl, cis_terminate_ind) + in helper_pdu_encode_cis_terminate_ind()480 pdu->llctrl.cis_terminate_ind.cig_id = p->cig_id; in helper_pdu_encode_cis_terminate_ind()481 pdu->llctrl.cis_terminate_ind.cis_id = p->cis_id; in helper_pdu_encode_cis_terminate_ind()482 pdu->llctrl.cis_terminate_ind.error_code = p->error_code; in helper_pdu_encode_cis_terminate_ind()1255 offsetof(struct pdu_data_llctrl, cis_terminate_ind) + in helper_pdu_verify_cis_terminate_ind()1260 zassert_equal(pdu->llctrl.cis_terminate_ind.cig_id, p->cig_id, in helper_pdu_verify_cis_terminate_ind()1262 zassert_equal(pdu->llctrl.cis_terminate_ind.cis_id, p->cis_id, in helper_pdu_verify_cis_terminate_ind()1264 zassert_equal(pdu->llctrl.cis_terminate_ind.error_code, p->error_code, in helper_pdu_verify_cis_terminate_ind()
938 pdu->len = PDU_DATA_LLCTRL_LEN(cis_terminate_ind); in llcp_pdu_encode_cis_terminate_ind()941 p = &pdu->llctrl.cis_terminate_ind; in llcp_pdu_encode_cis_terminate_ind()949 ctx->data.cis_term.cig_id = pdu->llctrl.cis_terminate_ind.cig_id; in llcp_pdu_decode_cis_terminate_ind()950 ctx->data.cis_term.cis_id = pdu->llctrl.cis_terminate_ind.cis_id; in llcp_pdu_decode_cis_terminate_ind()951 ctx->data.cis_term.error_code = pdu->llctrl.cis_terminate_ind.error_code; in llcp_pdu_decode_cis_terminate_ind()
949 struct pdu_data_llctrl_cis_terminate_ind cis_terminate_ind; member