Home
last modified time | relevance | path

Searched refs:mesh_network_address_group (Results 1 – 4 of 4) sorted by relevance

/btstack/src/mesh/
H A Dmesh_network.h348 int mesh_network_address_group(uint16_t addr);
H A Dmesh_configuration_server.c1109 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()
H A Dmesh_network.c189 int mesh_network_address_group(uint16_t addr){ in mesh_network_address_group() function
H A Dmesh_access.c815 else if (mesh_network_address_group(dst)){ in mesh_access_message_process_handler()