Home
last modified time | relevance | path

Searched refs:nvs_get_blob (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/bt/host/nimble/port/src/
Dnvs_port.c37 cache_fn.read = nvs_get_blob; in link_storage_fn()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c281 nvs_get_blob(cache_env->cache_addr[index].cache_fp, cache_key, NULL, &length); in bta_gattc_co_cache_load()
283 …esp_err_t err_code = nvs_get_blob(cache_env->cache_addr[index].cache_fp, cache_key, attr, &length); in bta_gattc_co_cache_load()
302 nvs_get_blob(cache_env->cache_addr[index].cache_fp, cache_key, NULL, &length); in bta_gattc_get_cache_attr_length()
414 if ((err_code = nvs_get_blob(fp, cache_key, p_buf, &length)) != ESP_OK) { in bta_gattc_co_cache_addr_init()
/hal_espressif-latest/components/bt/common/osi/
Dconfig.c373 err = nvs_get_blob(fp, keyname, NULL, &length); in get_config_size_from_flash()
387 err = nvs_get_blob(fp, keyname, NULL, &length); in get_config_size_from_flash()
582 err = nvs_get_blob(fp, keyname, buf, &length); in config_parse()
594 err = nvs_get_blob(fp, keyname, buf + CONFIG_FILE_MAX_SIZE * i, &length); in config_parse()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c305 err = nvs_get_blob(handle, key, buf, &buf_len); in settings_load()
357 err = nvs_get_blob(handle, key, NULL, &len); in settings_get_length()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c499 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() function
801 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c503 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() function
804 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c513 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() function
818 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c573 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() function
885 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c573 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() function
884 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c577 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() function
900 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c646 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c683 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c690 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c628 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c645 ._nvs_get_blob = nvs_get_blob,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c701 ._nvs_get_blob = nvs_get_blob,