Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.h341 int mesh_network_address_unicast(uint16_t addr);
H A Dmesh_configuration_server.c1919 …return mesh_network_address_unicast(mesh_heartbeat_subscription->source) && mesh_heartbeat_subscri… in config_heartbeat_subscription_enabled()
1920 …(mesh_network_address_unicast(mesh_heartbeat_subscription->destination) || mesh_network_address_gr… in config_heartbeat_subscription_enabled()
1940 (mesh_network_address_unicast(requested_subscription.source)); in config_heartbeat_subscription_set_handler()
1945 …(mesh_network_address_unicast(requested_subscription.destination) && requested_subscription.destin… in config_heartbeat_subscription_set_handler()
1963 !mesh_network_address_unicast(requested_subscription.destination) && in config_heartbeat_subscription_set_handler()
H A Dmesh_lower_transport.c674 if (mesh_network_address_unicast(lower_transport_outgoing_message->dst)) { in mesh_lower_transport_outgoing_send_next_segment()
702 if (mesh_network_address_unicast(lower_transport_outgoing_message->dst)){ in mesh_lower_transport_outgoing_send_next_segment()
H A Dmesh_configuration_client.c474 if (!mesh_network_address_unicast(dest) || in mesh_configuration_client_send_model_publication_set()
498 if (!mesh_network_address_unicast(dest) || in mesh_configuration_client_send_model_publication_virtual_address_set()
H A Dmesh_network.c181 int mesh_network_address_unicast(uint16_t addr){ in mesh_network_address_unicast() function
H A Dmesh_access.c796 if (mesh_network_address_unicast(dst)){ in mesh_access_message_process_handler()