Searched refs:bt_mesh_load_settings (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/ |
D | settings_nvs.h | 43 int bt_mesh_load_settings(bt_mesh_nvs_handle_t handle, const char *key,
|
D | settings_nvs.c | 321 int bt_mesh_load_settings(bt_mesh_nvs_handle_t handle, const char *key, in bt_mesh_load_settings() function 334 return bt_mesh_load_settings(handle, key, buf, buf_len, exist); in bt_mesh_load_core_settings() 341 return bt_mesh_load_settings(handle, key, buf, buf_len, exist); in bt_mesh_load_uid_settings()
|