ESP-IDF
cacheReset()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cacheReset()
cacheReset() function
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:142
static
void
cacheReset
(
BD_ADDR
bda
,
BOOLEAN
update
)
;
Arguments
Argument
bda
update
Examples
References
from
examples
Code
Location
Referrer
static
void
cacheReset
(
BD_ADDR
bda
,
BOOLEAN
update
)
bta_gattc_co.c:142
cacheReset
(
server_bda
,
TRUE
)
;
bta_gattc_co.c:386
bta_gattc_co_cache_reset()
cacheReset
(
cache_env
->
cache_addr
[
0
]
.
addr
,
FALSE
)
;
bta_gattc_co.c:549
bta_gattc_co_cache_addr_save()
Call Tree
from
examples
cacheReset()
is called by 2 functions and calls 11 functions:
bta_gattc_co_cache_reset()
bta_gattc_co_cache_addr_save()
All items filtered out
cacheReset()
free()
esp_log_timestamp()
esp_log_write()
osi_malloc_func()
nvs_erase_all()
nvs_close()
nvs_set_blob()
bta_gattc_co_find_addr_in_cache()
bta_gattc_co_cache_clear_assoc_addr()
getFilename()
cacheOpen()
All items filtered out
Data Use
from
examples
cacheReset()
reads 13 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
appl_trace_level
cache_key
cache_addr_info_t::cache_fp
cache_addr_info_t::is_open
cache_addr_info_t::addr
cache_addr_info_t::hash_key
cache_env_t::addr_fp
cache_env_t::is_open
cache_env_t::num_addr
cache_env_t::cache_addr
cache_env
All items filtered out
cacheReset()
cache_addr_info_t::is_open
cache_env_t::is_open
cache_env_t::num_addr
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