ESP-IDF
cache_env_t::is_open
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::is_open
cache_env_t::is_open field
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:94
BOOLEAN
is_open
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_open
;
bta_gattc_co.c:94
if
(
cache_env
->
is_open
)
{
bta_gattc_co.c:206
cacheReset()
if
(
cache_env
->
is_open
)
{
bta_gattc_co.c:215
cacheReset()
cache_env
->
is_open
=
FALSE
;
bta_gattc_co.c:218
cacheReset()
cache_env
->
is_open
=
TRUE
;
bta_gattc_co.c:412
bta_gattc_co_cache_addr_init()
if
(
!
cache_env
->
is_open
)
{
bta_gattc_co.c:447
bta_gattc_co_cache_addr_deinit()
cache_env
->
is_open
=
false
;
bta_gattc_co.c:451
bta_gattc_co_cache_addr_deinit()
if
(
cache_env
->
is_open
)
{
bta_gattc_co.c:570
bta_gattc_co_cache_addr_save()
cache_env
->
is_open
=
true
;
bta_gattc_co.c:576
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::is_open
is written by 4 functions and is read by 3 functions:
cacheReset()
bta_gattc_co_cache_addr_init()
bta_gattc_co_cache_addr_deinit()
bta_gattc_co_cache_addr_save()
All items filtered out
cache_env_t::is_open
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