Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c254 pdu->len = PDU_DATA_LLCTRL_LEN(terminate_ind); in llcp_pdu_encode_terminate_ind()
256 p = &pdu->llctrl.terminate_ind; in llcp_pdu_encode_terminate_ind()
262 ctx->data.term.error_code = pdu->llctrl.terminate_ind.error_code; in llcp_pdu_decode_terminate_ind()
Dpdu.h918 struct pdu_data_llctrl_terminate_ind terminate_ind; member
Dull_llcp.c1588 return VALIDATE_PDU_LEN(pdu, terminate_ind);
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c334 pdu->len = offsetof(struct pdu_data_llctrl, terminate_ind) + in helper_pdu_encode_terminate_ind()
337 pdu->llctrl.terminate_ind.error_code = p->error_code; in helper_pdu_encode_terminate_ind()
974 offsetof(struct pdu_data_llctrl, terminate_ind) + in helper_pdu_verify_terminate_ind()
979 zassert_equal(pdu->llctrl.terminate_ind.error_code, p->error_code, in helper_pdu_verify_terminate_ind()