ESP-IDF
cache_addr_info_t::is_open
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cache_addr_info_t::is_open
cache_addr_info_t::is_open field
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:85
BOOLEAN
is_open
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_open
;
bta_gattc_co.c:85
if
(
cache_env
->
cache_addr
[
index
]
.
is_open
)
{
bta_gattc_co.c:111
cacheClose()
cache_env
->
cache_addr
[
index
]
.
is_open
=
FALSE
;
bta_gattc_co.c:113
cacheClose()
if
(
cache_env
->
cache_addr
[
*
index
]
.
is_open
)
{
bta_gattc_co.c:127
cacheOpen()
cache_env
->
cache_addr
[
*
index
]
.
is_open
=
TRUE
;
bta_gattc_co.c:134
cacheOpen()
if
(
cache_env
->
cache_addr
[
index
]
.
is_open
)
{
bta_gattc_co.c:151
cacheReset()
cache_env
->
cache_addr
[
index
]
.
is_open
=
FALSE
;
bta_gattc_co.c:154
cacheReset()
if
(
cache_env
->
cache_addr
[
index
]
.
is_open
)
{
bta_gattc_co.c:161
cacheReset()
cache_env
->
cache_addr
[
index
]
.
is_open
=
FALSE
;
bta_gattc_co.c:164
cacheReset()
addr_info
->
is_open
=
false
;
bta_gattc_co.c:457
bta_gattc_co_cache_addr_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cache_addr_info_t::is_open
is written by 4 functions and is read by 3 functions:
cacheClose()
cacheOpen()
cacheReset()
bta_gattc_co_cache_addr_deinit()
All items filtered out
cache_addr_info_t::is_open
cacheClose()
cacheOpen()
cacheReset()
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