Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_lwip/port/netif/
Ddhcp_state.c60 if (nvs_open(DHCP_NAMESPACE, NVS_READWRITE, &nvs) == ESP_OK) { in dhcp_ip_addr_store()
73 if (nvs_open(DHCP_NAMESPACE, NVS_READWRITE, &nvs) == ESP_OK) { in dhcp_ip_addr_erase()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c132 …if ((status = nvs_open(fname, NVS_READWRITE, &cache_env->cache_addr[*index].cache_fp)) == ESP_OK) { in cacheOpen()
399 if ((err_code = nvs_open(cache_addr, NVS_READWRITE, &fp)) == ESP_OK) { in bta_gattc_co_cache_addr_init()
555 if ((err_code = nvs_open(cache_addr, NVS_READWRITE , fp)) == ESP_OK) { in bta_gattc_co_cache_addr_save()
/device/soc/esp/esp32/components/nvs_flash/include/
Dnvs.h76 NVS_READWRITE /*!< Read and write */ enumerator
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_partition_manager.cpp200 esp_err_t err = sHandle->createOrOpenNamespace(ns_name, open_mode == NVS_READWRITE, nsIndex); in open_handle()
/device/soc/esp/esp32/components/esp_wifi/src/
Dphy_init.c421 esp_err_t err = nvs_open(PHY_NAMESPACE, NVS_READWRITE, &handle); in esp_phy_store_cal_data_to_nvs()
436 esp_err_t err = nvs_open(PHY_NAMESPACE, NVS_READWRITE, &handle); in esp_phy_erase_cal_data_in_nvs()
/device/soc/esp/esp32/components/bt/common/osi/
Dconfig.c93 err = nvs_open(filename, NVS_READWRITE, &fp); in config_new()
404 err = nvs_open(filename, NVS_READWRITE, &fp); in config_save()