Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_lower_transport.h86 bool mesh_lower_transport_can_send_to_dest(uint16_t dest);
H A Dmesh_lower_transport.c980 bool mesh_lower_transport_can_send_to_dest(uint16_t dest){ in mesh_lower_transport_can_send_to_dest() function
H A Dmesh_upper_transport.c946 if (mesh_lower_transport_can_send_to_dest(mesh_pdu_dst(pdu)) == false) { in mesh_upper_transport_run()