Searched refs:g_mesh_model (Results 1 – 1 of 1) sorted by relevance
27 mesh_model g_mesh_model; variable194 if (g_mesh_model.user_model_event_cb) { in model_event()243 if (g_mesh_model.element_states) { in ble_mesh_model_init()244 free(g_mesh_model.element_states); in ble_mesh_model_init()245 g_mesh_model.element_states = NULL; in ble_mesh_model_init()250 if (!g_mesh_model.element_states) { in ble_mesh_model_init()262 g_mesh_model.mesh_comp = comp; in ble_mesh_model_init()263 g_mesh_model.init_flag = 1; in ble_mesh_model_init()271 return g_mesh_model.mesh_comp; in ble_mesh_model_get_comp_data()276 if (!g_mesh_model.init_flag || !event_cb) { in ble_mesh_model_set_cb()[all …]
Completed in 3 milliseconds