Searched refs:NVS_READWRITE (Results 1 – 6 of 6) sorted by relevance
/device/soc/esp/esp32/components/esp_lwip/port/netif/ |
D | dhcp_state.c | 60 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/ |
D | bta_gattc_co.c | 132 …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/ |
D | nvs.h | 76 NVS_READWRITE /*!< Read and write */ enumerator
|
/device/soc/esp/esp32/components/nvs_flash/src/ |
D | nvs_partition_manager.cpp | 200 esp_err_t err = sHandle->createOrOpenNamespace(ns_name, open_mode == NVS_READWRITE, nsIndex); in open_handle()
|
/device/soc/esp/esp32/components/esp_wifi/src/ |
D | phy_init.c | 421 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/ |
D | config.c | 93 err = nvs_open(filename, NVS_READWRITE, &fp); in config_new() 404 err = nvs_open(filename, NVS_READWRITE, &fp); in config_save()
|