Home
last modified time | relevance | path

Searched refs:mesh_model_is_bluetooth_sig (Results 1 – 5 of 5) sorted by relevance

/btstack/src/mesh/
H A Dmesh_node.c175 int mesh_model_is_bluetooth_sig(uint32_t model_identifier){ in mesh_model_is_bluetooth_sig() function
198 if (mesh_model_is_bluetooth_sig(mesh_model->model_identifier)){ in mesh_element_add_model()
H A Dmesh_node.h277 int mesh_model_is_bluetooth_sig(uint32_t model_identifier);
H A Dmesh_configuration_server.c93 …return mesh_model_is_bluetooth_sig(model_identifier) && (mesh_model_get_model_id(model_identifier)… in mesh_model_is_configuration_server()
291 if (!mesh_model_is_bluetooth_sig(model->model_identifier)) continue; in config_composition_data_status()
298 if (mesh_model_is_bluetooth_sig(model->model_identifier)) continue; in config_composition_data_status()
1039 if (mesh_model_is_bluetooth_sig(model_identifier)){ in config_model_subscription_list()
1353 if (mesh_model_is_bluetooth_sig(model_identifier)){ in config_model_app_list()
1364 if (mesh_model_is_bluetooth_sig(model_identifier)) { in config_model_app_list()
H A Dmesh_configuration_client.c602 if (mesh_model_is_bluetooth_sig(model_id)){ in mesh_configuration_client_send_model_subscription_get()
754 if (mesh_model_is_bluetooth_sig(model_identifier)){ in mesh_configuration_client_send_model_app_get()
H A Dmesh_access.c659 if (mesh_model_is_bluetooth_sig(model_identifier)){ in mesh_access_message_add_model_identifier()