Searched refs:mesh_network_address_group (Results 1 – 4 of 4) sorted by relevance
348 int mesh_network_address_group(uint16_t addr);
1109 if (mesh_network_address_group(address) && !mesh_network_address_all_nodes(address)){ in config_model_subscription_add_handler()1191 if (mesh_network_address_group(address) && !mesh_network_address_all_nodes(address)){ in config_model_subscription_overwrite_handler()1279 if (mesh_network_address_group(address) && !mesh_network_address_all_nodes(address)){ in config_model_subscription_delete_handler()1920 …k_address_unicast(mesh_heartbeat_subscription->destination) || mesh_network_address_group(mesh_hea… in config_heartbeat_subscription_enabled()1946 (mesh_network_address_group(requested_subscription.destination)); in config_heartbeat_subscription_set_handler()1964 !mesh_network_address_group(requested_subscription.destination)){ in config_heartbeat_subscription_set_handler()
189 int mesh_network_address_group(uint16_t addr){ in mesh_network_address_group() function
815 else if (mesh_network_address_group(dst)){ in mesh_access_message_process_handler()