ESP-IDF
cache_env_t::addr_fp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cache_env_t::addr_fp
cache_env_t::addr_fp field
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:93
nvs_handle_t
addr_fp
;
Examples
References
from
examples
Code
Location
Referrer
nvs_handle_t
addr_fp
;
bta_gattc_co.c:93
if
(
nvs_set_blob
(
cache_env
->
addr_fp
,
cache_key
,
p_buf
,
length
)
!=
ESP_OK
)
{
bta_gattc_co.c:207
cacheReset()
nvs_erase_all
(
cache_env
->
addr_fp
)
;
bta_gattc_co.c:216
cacheReset()
nvs_close
(
cache_env
->
addr_fp
)
;
bta_gattc_co.c:217
cacheReset()
cache_env
->
addr_fp
=
fp
;
bta_gattc_co.c:411
bta_gattc_co_cache_addr_init()
nvs_close
(
cache_env
->
addr_fp
)
;
bta_gattc_co.c:450
bta_gattc_co_cache_addr_deinit()
nvs_handle_t
*
fp
=
&
cache_env
->
addr_fp
;
bta_gattc_co.c:559
bta_gattc_co_cache_addr_save()
if
(
(
err_code
=
nvs_set_blob
(
cache_env
->
addr_fp
,
cache_key
,
p_buf
,
length
)
)
!=
ESP_OK
)
{
bta_gattc_co.c:571
bta_gattc_co_cache_addr_save()
if
(
(
err_code
=
nvs_set_blob
(
cache_env
->
addr_fp
,
cache_key
,
p_buf
,
length
)
)
!=
ESP_OK
)
{
bta_gattc_co.c:577
bta_gattc_co_cache_addr_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cache_env_t::addr_fp
is written by 1 function and is read by 3 functions:
bta_gattc_co_cache_addr_init()
All items filtered out
cache_env_t::addr_fp
cacheReset()
bta_gattc_co_cache_addr_deinit()
bta_gattc_co_cache_addr_save()
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