/hal_espressif-latest/components/bt/host/nimble/port/src/ |
D | nvs_port.c | 37 cache_fn.read = nvs_get_blob; in link_storage_fn()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 281 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/ |
D | config.c | 373 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/ |
D | settings_nvs.c | 305 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/ |
D | esp_wifi_adapter.c | 499 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/ |
D | esp_wifi_adapter.c | 503 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/ |
D | esp_wifi_adapter.c | 513 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/ |
D | esp_wifi_adapter.c | 573 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/ |
D | esp_wifi_adapter.c | 573 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/ |
D | esp_wifi_adapter.c | 577 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/ |
D | esp_adapter.c | 646 ._nvs_get_blob = nvs_get_blob,
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 683 ._nvs_get_blob = nvs_get_blob,
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 690 ._nvs_get_blob = nvs_get_blob,
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 628 ._nvs_get_blob = nvs_get_blob,
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 645 ._nvs_get_blob = nvs_get_blob,
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 701 ._nvs_get_blob = nvs_get_blob,
|