ESP-IDF
cache_env_t
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_env_t
cache_env_t struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:91
typedef
struct
{
nvs_handle_t
addr_fp
;
BOOLEAN
is_open
;
UINT8
num_addr
;
cache_addr_info_t
cache_addr
[
MAX_DEVICE_IN_CACHE
]
;
}
cache_env_t
;
Fields
Field
Declared as
cache_env_t::addr_fp
nvs_handle_t
cache_env_t::is_open
BOOLEAN
cache_env_t::num_addr
UINT8
cache_env_t::cache_addr
cache_addr_info_t
[
MAX_DEVICE_IN_CACHE
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
bta_gattc_co.c:91
}
cache_env_t
;
bta_gattc_co.c:97
cache_env_t
static
cache_env_t
*
cache_env
=
NULL
;
bta_gattc_co.c:99
cache_env
=
(
cache_env_t
*
)
osi_malloc
(
sizeof
(
cache_env_t
)
)
;
bta_gattc_co.c:401
bta_gattc_co_cache_addr_init()
memset
(
cache_env
,
0x0
,
sizeof
(
cache_env_t
)
)
;
bta_gattc_co.c:408
bta_gattc_co_cache_addr_init()
osi_free
(
cache_env
)
;
bta_gattc_co.c:464
bta_gattc_co_cache_addr_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
cache_env
bta_gattc_co.c:99
Lifecycle
from
examples
cache_env_t
is freed by 1 symbol:
All items filtered out
cache_env_t
bta_gattc_co_cache_addr_deinit()
All items filtered out