Home
last modified time | relevance | path

Searched refs:bt_mesh_model_foreach (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.h36 void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod,
Dmain.c325 bt_mesh_model_foreach(model_suspend, NULL); in bt_mesh_suspend()
365 bt_mesh_model_foreach(model_resume, NULL); in bt_mesh_resume()
Daccess.c28 void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod, in bt_mesh_model_foreach() function
376 bt_mesh_model_foreach(mod_init, &err); in bt_mesh_comp_register()
430 bt_mesh_model_foreach(mod_deinit, &err); in bt_mesh_comp_deregister()
Dsettings.c1417 bt_mesh_model_foreach(commit_model, NULL); in settings_core_commit()
2126 bt_mesh_model_foreach(store_pending_mod, NULL); in store_pending()
2128 bt_mesh_model_foreach(clear_pending_mod, NULL); in store_pending()
Dprovisioner_main.c1199 bt_mesh_model_foreach(_model_unbind, &data); in bt_mesh_provisioner_local_app_key_del()
Dcfg_srv.c544 bt_mesh_model_foreach(_mod_unbind, &data); in bt_mesh_app_key_del()
3487 bt_mesh_model_foreach(mod_reset, &store); in bt_mesh_mod_sub_reset()