Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_upper_transport.c106 static mesh_control_pdu_t * incoming_control_pdu; variable
392 incoming_control_pdu = NULL; in mesh_upper_transport_process_control_message_done()
840 incoming_control_pdu = &incoming_pdu_singleton.control; in mesh_upper_transport_run()
841 incoming_control_pdu->pdu_header.pdu_type = MESH_PDU_TYPE_CONTROL; in mesh_upper_transport_run()
842 incoming_control_pdu->len = network_pdu->len; in mesh_upper_transport_run()
843 incoming_control_pdu->netkey_index = network_pdu->netkey_index; in mesh_upper_transport_run()
847 incoming_control_pdu->akf_aid_control = lower_transport_pdu[0]; in mesh_upper_transport_run()
848 incoming_control_pdu->len = network_pdu->len - 10; // 9 header + 1 opcode in mesh_upper_transport_run()
849 … (void)memcpy(incoming_control_pdu->data, &lower_transport_pdu[1], incoming_control_pdu->len); in mesh_upper_transport_run()
852 incoming_control_pdu->ivi_nid = network_pdu->data[0]; in mesh_upper_transport_run()
[all …]