Searched refs:bt_mesh_model_foreach (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | access.h | 45 void bt_mesh_model_foreach(void (*func)(const struct bt_mesh_model *mod,
  | 
| D | main.c | 461 	bt_mesh_model_foreach(model_suspend, NULL);  in bt_mesh_suspend() 557 	bt_mesh_model_foreach(model_resume, NULL);  in bt_mesh_resume() 669 	bt_mesh_model_foreach(model_start, NULL);  in bt_mesh_start()
  | 
| D | access.c | 122 void bt_mesh_model_foreach(void (*func)(const struct bt_mesh_model *mod,  in bt_mesh_model_foreach()  function 1073 	bt_mesh_model_foreach(mod_init, &err);  in bt_mesh_comp_register() 2276 	bt_mesh_model_foreach(store_pending_mod, NULL);  in bt_mesh_model_pending_store() 2665 	bt_mesh_model_foreach(commit_mod, NULL);  in bt_mesh_model_settings_commit()
  | 
| D | cfg_srv.c | 350 		bt_mesh_model_foreach(&mod_app_key_del, &app_idx);  in app_key_evt() 2558 	bt_mesh_model_foreach(mod_reset, NULL);  in bt_mesh_model_reset()
  |