ESP-IDF
cacheClose()
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
cacheClose()
cacheClose() function
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:107
static
void
cacheClose
(
BD_ADDR
bda
)
;
Arguments
Argument
bda
Examples
References
from
examples
Code
Location
Referrer
static
void
cacheClose
(
BD_ADDR
bda
)
bta_gattc_co.c:107
cacheClose
(
server_bda
)
;
bta_gattc_co.c:364
bta_gattc_co_cache_close()
Call Tree
from
examples
cacheClose()
is called by 1 function and calls 2 functions:
bta_gattc_co_cache_close()
All items filtered out
cacheClose()
nvs_close()
bta_gattc_co_find_addr_in_cache()
All items filtered out
Data Use
from
examples
cacheClose()
reads 4 variables and writes 1 variable:
cache_addr_info_t::cache_fp
cache_addr_info_t::is_open
cache_env_t::cache_addr
cache_env
All items filtered out
cacheClose()
cache_addr_info_t::is_open
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