Home
last modified time | relevance | path

Searched refs:vex (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_version/src/
Dmain.c202 conn.llcp.vex.sent = 0; in ZTEST()
238 conn.llcp.vex.sent = 0; in ZTEST()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c288 p->version_number = conn->llcp.vex.cached.version_number; in llcp_ntf_encode_version_ind()
289 p->company_id = sys_cpu_to_le16(conn->llcp.vex.cached.company_id); in llcp_ntf_encode_version_ind()
290 p->sub_version_number = sys_cpu_to_le16(conn->llcp.vex.cached.sub_version_number); in llcp_ntf_encode_version_ind()
295 conn->llcp.vex.valid = 1; in llcp_pdu_decode_version_ind()
296 conn->llcp.vex.cached.version_number = pdu->llctrl.version_ind.version_number; in llcp_pdu_decode_version_ind()
297 conn->llcp.vex.cached.company_id = sys_le16_to_cpu(pdu->llctrl.version_ind.company_id); in llcp_pdu_decode_version_ind()
298 conn->llcp.vex.cached.sub_version_number = in llcp_pdu_decode_version_ind()
Dull_conn_types.h79 } vex; member
Dull_llcp_common.c622 if (!conn->llcp.vex.sent) {
624 conn->llcp.vex.sent = 1;
1196 if (!conn->llcp.vex.sent) {
1198 conn->llcp.vex.sent = 1;
Dull_llcp.c560 memset(&conn->llcp.vex, 0, sizeof(conn->llcp.vex)); in ull_llcp_init()