Lines Matching refs:mesh_model_t
149 uint8_t mesh_access_get_element_index(mesh_model_t * mesh_model){ in mesh_access_get_element_index()
153 uint16_t mesh_access_get_element_address(mesh_model_t * mesh_model){ in mesh_access_get_element_address()
179 mesh_model_t * mesh_node_get_configuration_server(void){ in mesh_node_get_configuration_server()
183 mesh_model_t * mesh_node_get_health_server(void){ in mesh_node_get_health_server()
187 void mesh_model_reset_appkeys(mesh_model_t * mesh_model){ in mesh_model_reset_appkeys()
194 void mesh_element_add_model(mesh_element_t * element, mesh_model_t * mesh_model){ in mesh_element_add_model()
216 mesh_model_t * mesh_model_iterator_next(mesh_model_iterator_t * iterator){ in mesh_model_iterator_next()
217 return (mesh_model_t *) btstack_linked_list_iterator_next(&iterator->it); in mesh_model_iterator_next()
220 mesh_model_t * mesh_model_get_by_identifier(mesh_element_t * element, uint32_t model_identifier){ in mesh_model_get_by_identifier()
224 mesh_model_t * model = mesh_model_iterator_next(&it); in mesh_model_get_by_identifier()
231 mesh_model_t * mesh_access_model_for_address_and_model_identifier(uint16_t element_address, uint32_… in mesh_access_model_for_address_and_model_identifier()
237 mesh_model_t * model = mesh_model_get_by_identifier(element, model_identifier); in mesh_access_model_for_address_and_model_identifier()
246 int mesh_model_contains_subscription(mesh_model_t * mesh_model, uint16_t address){ in mesh_model_contains_subscription()