Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.c301 if ((network_pdu->flags & MESH_NETWORK_PDU_FLAGS_PROXY_CONFIGURATION) != 0){ in mesh_network_send_c()
375 if (outgoing_pdu->flags & MESH_NETWORK_PDU_FLAGS_PROXY_CONFIGURATION){ in mesh_network_send_a()
538 if (incoming_pdu_decoded->flags & MESH_NETWORK_PDU_FLAGS_PROXY_CONFIGURATION){ in process_network_pdu_validate_d()
626 if (incoming_pdu_decoded->flags & MESH_NETWORK_PDU_FLAGS_PROXY_CONFIGURATION){ in process_network_pdu_validate_b()
1049 network_pdu->flags = MESH_NETWORK_PDU_FLAGS_PROXY_CONFIGURATION; // Network PDU in mesh_network_process_proxy_configuration_message()
1084 network_pdu->flags = MESH_NETWORK_PDU_FLAGS_PROXY_CONFIGURATION; in mesh_network_encrypt_proxy_configuration_message()
H A Dmesh_network.h93 #define MESH_NETWORK_PDU_FLAGS_PROXY_CONFIGURATION 1 macro