Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c196 if (nvs_set_blob(cache_env->addr_fp, cache_key, p_buf, length) != ESP_OK) { in cacheReset()
323 esp_err_t err_code = nvs_set_blob(cache_env->cache_addr[index].cache_fp, cache_key, in bta_gattc_co_cache_save()
551 if ((err_code = nvs_set_blob(cache_env->addr_fp, cache_key, p_buf, length)) != ESP_OK) { in bta_gattc_co_cache_addr_save()
557 … if (( err_code = nvs_set_blob(cache_env->addr_fp, cache_key, p_buf, length)) != ESP_OK) { in bta_gattc_co_cache_addr_save()
/device/soc/esp/esp32/components/bt/common/osi/
Dconfig.c462 err = nvs_set_blob(fp, keyname, buf, w_cnt_total); in config_save()
475 …err = nvs_set_blob(fp, keyname, buf + i*CONFIG_FILE_MAX_SIZE, w_cnt_total - i*CONFIG_FILE_MAX_SIZE… in config_save()
478 err = nvs_set_blob(fp, keyname, buf + i*CONFIG_FILE_MAX_SIZE, CONFIG_FILE_MAX_SIZE); in config_save()
/device/soc/esp/esp32/components/nvs_flash/include/
Dnvs.h304 esp_err_t nvs_set_blob(nvs_handle_t handle, const char* key, const void* value, size_t length);
/device/soc/esp/esp32/components/esp_wifi/src/
Dphy_init.c512 err = nvs_set_blob(handle, PHY_CAL_DATA_KEY, cal_data, sizeof(*cal_data)); in store_cal_data_to_nvs_handle()
520 err = nvs_set_blob(handle, PHY_CAL_MAC_KEY, sta_mac, sizeof(sta_mac)); in store_cal_data_to_nvs_handle()
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c752 ._nvs_set_blob = nvs_set_blob,
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_api.cpp411 extern "C" esp_err_t nvs_set_blob(nvs_handle_t c_handle, const char* key, const void* value, size_t… in nvs_set_blob() function