Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.h449 uint16_t mesh_network_control(mesh_network_pdu_t * network_pdu);
H A Dmesh_lower_transport.c396 uint8_t max_segment_len = mesh_network_control(network_pdu) ? 8 : 12; in mesh_lower_transport_incoming_process_segment()
865 if (mesh_network_control(network_pdu)){ in mesh_lower_transport_process_network_pdu()
H A Dmesh_network.c1147 uint16_t mesh_network_control(mesh_network_pdu_t * network_pdu){ in mesh_network_control() function
H A Dmesh_access.c390 return mesh_network_control((mesh_network_pdu_t *) pdu); in mesh_pdu_ctl()
H A Dmesh_upper_transport.c838 if (mesh_network_control(network_pdu)) { in mesh_upper_transport_run()
/btstack/test/mesh/
H A Dmesh_pts.c581 mesh_network_ttl(network_pdu), mesh_network_control(network_pdu), in pts_lower_transport_callback_handler()
H A Dmesh_message_test.cpp126 return mesh_network_control((mesh_network_pdu_t *) pdu); in mesh_pdu_ctl()