ESP-IDF
cacheOpen()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
cacheOpen()
cacheOpen() function
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:118
static
bool
cacheOpen
(
BD_ADDR
bda
,
bool
to_save
,
UINT8
*
index
)
;
Arguments
Argument
bda
to_save
index
Examples
References
from
examples
Code
Location
Referrer
static
bool
cacheOpen
(
BD_ADDR
bda
,
bool
to_save
,
UINT8
*
index
)
bta_gattc_co.c:118
cacheOpen
(
bda
,
false
,
&
index
)
;
bta_gattc_co.c:156
cacheReset()
if
(
!
cacheOpen
(
server_bda
,
to_save
,
index
)
)
{
bta_gattc_co.c:250
bta_gattc_co_cache_open()
if
(
cacheOpen
(
server_bda
,
TRUE
,
&
index
)
)
{
bta_gattc_co.c:333
bta_gattc_co_cache_save()
Call Tree
from
examples
cacheOpen()
is called by 3 functions and calls 4 functions:
cacheReset()
bta_gattc_co_cache_open()
bta_gattc_co_cache_save()
All items filtered out
cacheOpen()
nvs_open()
bta_gattc_co_find_addr_in_cache()
getFilename()
bta_gattc_co_cache_find_src_addr()
All items filtered out
Data Use
from
examples
cacheOpen()
reads 5 variables and writes 1 variable:
nvs_open_mode_t::NVS_READWRITE
cache_addr_info_t::is_open
cache_addr_info_t::hash_key
cache_env_t::cache_addr
cache_env
All items filtered out
cacheOpen()
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