Home
last modified time | relevance | path

Searched refs:bt_mesh_model_data_store (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dsar_cfg_srv.c35 return bt_mesh_model_data_store(model, false, "sar_rx", data, len); in sar_rx_store()
43 return bt_mesh_model_data_store(model, false, "sar_tx", data, len); in sar_tx_store()
Dod_priv_proxy_srv.c31 return bt_mesh_model_data_store(od_priv_proxy_srv, false, "pp", data, len); in od_priv_proxy_store()
Dpriv_beacon_srv.c37 return bt_mesh_model_data_store(priv_beacon_srv, false, "pb", data, len); in priv_beacon_store()
Ddfu_srv.c30 bt_mesh_model_data_store(srv->mod, false, NULL, &srv->update, in store_state()
36 bt_mesh_model_data_store(srv->mod, false, NULL, NULL, 0); in erase_state()
Dblob_srv.c88 bt_mesh_model_data_store( in store_state()
99 bt_mesh_model_data_store(srv->mod, false, NULL, NULL, 0); in erase_state()
Daccess.c2478 int bt_mesh_model_data_store(const struct bt_mesh_model *mod, bool vnd, in bt_mesh_model_data_store() function
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c369 ASSERT_OK(bt_mesh_model_data_store(test_model, false, TEST_MOD_DATA_NAME, NULL, 0)); in test_model_reset()
400 ASSERT_OK(bt_mesh_model_data_store(test_vnd_model, true, TEST_VND_MOD_DATA_NAME, NULL, 0)); in test_vnd_model_reset()
612 err = bt_mesh_model_data_store(test_model, false, TEST_MOD_DATA_NAME, test_mod_data, in node_configure()
654 err = bt_mesh_model_data_store(test_vnd_model, true, TEST_VND_MOD_DATA_NAME, in node_configure()
851 err = bt_mesh_model_data_store(test_model, false, TEST_MOD_DATA_NAME, NULL, 0); in test_access_data_remove()
884 err = bt_mesh_model_data_store(test_vnd_model, true, TEST_VND_MOD_DATA_NAME, NULL, 0); in test_access_data_remove()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Daccess.h1058 int bt_mesh_model_data_store(const struct bt_mesh_model *mod, bool vnd,
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/
Daccess.rst144 :c:func:`bt_mesh_model_data_store`. To be able to read out the data the
159 then call :c:func:`bt_mesh_model_data_store` to store the data.