Searched refs:bt_mesh_model_foreach (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | main.c | 261 bt_mesh_model_foreach(model_suspend, NULL); in bt_mesh_suspend() 304 bt_mesh_model_foreach(model_resume, NULL); in bt_mesh_resume() 398 bt_mesh_model_foreach(model_start, NULL); in bt_mesh_start()
|
D | access.h | 30 void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod,
|
D | access.c | 53 void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod, in bt_mesh_model_foreach() function 371 bt_mesh_model_foreach(mod_init, &err); in bt_mesh_comp_register() 1194 bt_mesh_model_foreach(store_pending_mod, NULL); in bt_mesh_model_pending_store() 1268 bt_mesh_model_foreach(commit_mod, NULL); in bt_mesh_model_settings_commit()
|
D | cfg_srv.c | 390 bt_mesh_model_foreach(&mod_app_key_del, &app_idx); in app_key_evt() 2561 bt_mesh_model_foreach(mod_reset, NULL); in bt_mesh_model_reset()
|