ESP-IDF
cache_addr_info_t::cache_fp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cache_addr_info_t::cache_fp
cache_addr_info_t::cache_fp field
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:84
nvs_handle_t
cache_fp
;
Examples
References
from
examples
Code
Location
Referrer
nvs_handle_t
cache_fp
;
bta_gattc_co.c:84
nvs_close
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
)
;
bta_gattc_co.c:112
cacheClose()
if
(
(
status
=
nvs_open
(
fname
,
NVS_READWRITE
,
&
cache_env
->
cache_addr
[
*
index
]
.
cache_fp
)
)
==
ESP_OK
)
{
bta_gattc_co.c:132
cacheOpen()
nvs_erase_all
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
)
;
bta_gattc_co.c:152
cacheReset()
nvs_close
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
)
;
bta_gattc_co.c:153
cacheReset()
nvs_erase_all
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
)
;
bta_gattc_co.c:162
cacheReset()
nvs_close
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
)
;
bta_gattc_co.c:163
cacheReset()
nvs_get_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
NULL
,
&
length
)
;
bta_gattc_co.c:281
bta_gattc_co_cache_load()
esp_err_t
err_code
=
nvs_get_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
attr
,
&
length
)
;
bta_gattc_co.c:283
bta_gattc_co_cache_load()
nvs_get_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
NULL
,
&
length
)
;
bta_gattc_co.c:302
bta_gattc_get_cache_attr_length()
esp_err_t
err_code
=
nvs_set_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
bta_gattc_co.c:334
bta_gattc_co_cache_save()
nvs_close
(
addr_info
->
cache_fp
)
;
bta_gattc_co.c:456
bta_gattc_co_cache_addr_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cache_addr_info_t::cache_fp
is read by 6 functions:
All items filtered out
cache_addr_info_t::cache_fp
cacheClose()
cacheReset()
bta_gattc_co_cache_load()
bta_gattc_get_cache_attr_length()
bta_gattc_co_cache_save()
bta_gattc_co_cache_addr_deinit()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out