Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.h362 int mesh_network_address_all_nodes(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()
H A Dmesh_network.c197 int mesh_network_address_all_nodes(uint16_t addr){ in mesh_network_address_all_nodes() function