Searched refs:mesh_lower_transport_can_send_to_dest (Results 1 – 3 of 3) sorted by relevance
86 bool mesh_lower_transport_can_send_to_dest(uint16_t dest);
980 bool mesh_lower_transport_can_send_to_dest(uint16_t dest){ in mesh_lower_transport_can_send_to_dest() function
946 if (mesh_lower_transport_can_send_to_dest(mesh_pdu_dst(pdu)) == false) { in mesh_upper_transport_run()