Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/nimble/port/src/
Dnvs_port.c32 struct cache_fn_mapping cache_fn; in link_storage_fn() local
33 cache_fn.open = nvs_open_custom; in link_storage_fn()
34 cache_fn.close = nvs_close; in link_storage_fn()
35 cache_fn.erase_all = nvs_erase_all; in link_storage_fn()
36 cache_fn.write = nvs_set_blob; in link_storage_fn()
37 cache_fn.read = nvs_get_blob; in link_storage_fn()
38 return cache_fn; in link_storage_fn()