ESP-IDF
cache_addr_info_t
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_addr_info_t
cache_addr_info_t struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:82
typedef
struct
{
nvs_handle_t
cache_fp
;
BOOLEAN
is_open
;
BD_ADDR
addr
;
hash_key_t
hash_key
;
list_t
*
assoc_addr
;
}
cache_addr_info_t
;
Fields
Field
Declared as
cache_addr_info_t::cache_fp
nvs_handle_t
cache_addr_info_t::is_open
BOOLEAN
cache_addr_info_t::addr
BD_ADDR
cache_addr_info_t::hash_key
hash_key_t
cache_addr_info_t::assoc_addr
list_t
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gattc_co.c:82
}
cache_addr_info_t
;
bta_gattc_co.c:89
cache_addr_info_t
cache_addr_info_t
cache_addr
[
MAX_DEVICE_IN_CACHE
]
;
bta_gattc_co.c:96
cache_env_t
cache_env_t::cache_addr
memcpy
(
&
cache_env
->
cache_addr
[
i
]
,
&
cache_env
->
cache_addr
[
i
+
1
]
,
sizeof
(
cache_addr_info_t
)
)
;
bta_gattc_co.c:178
cacheReset()
memset
(
&
cache_env
->
cache_addr
[
num
-
1
]
,
0
,
sizeof
(
cache_addr_info_t
)
)
;
bta_gattc_co.c:181
cacheReset()
cache_addr_info_t
*
addr_info
=
&
cache_env
->
cache_addr
[
i
]
;
bta_gattc_co.c:454
bta_gattc_co_cache_addr_deinit()
cache_addr_info_t
*
addr_info
=
&
cache_env
->
cache_addr
[
0
]
;
bta_gattc_co.c:472
bta_gattc_co_addr_in_cache()
cache_addr_info_t
*
addr_info
=
&
cache_env
->
cache_addr
[
0
]
;
bta_gattc_co.c:486
bta_gattc_co_find_addr_in_cache()
cache_addr_info_t
*
addr_info
=
&
cache_env
->
cache_addr
[
0
]
;
bta_gattc_co.c:501
bta_gattc_co_find_hash_in_cache()
cache_addr_info_t
*
addr_info
=
&
cache_env
->
cache_addr
[
index
]
;
bta_gattc_co.c:592
bta_gattc_co_cache_new_assoc_list()
cache_addr_info_t
*
addr_info
;
bta_gattc_co.c:600
bta_gattc_co_cache_append_assoc_addr()
cache_addr_info_t
*
addr_info
;
bta_gattc_co.c:622
bta_gattc_co_cache_remove_assoc_addr()
cache_addr_info_t
*
addr_info
=
&
cache_env
->
cache_addr
[
0
]
;
bta_gattc_co.c:645
bta_gattc_co_cache_find_src_addr()
cache_addr_info_t
*
addr_info
;
bta_gattc_co.c:677
bta_gattc_co_cache_clear_assoc_addr()
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_t::cache_addr
cache_env_t
bta_gattc_co.c:96
Lifecycle
from
examples
All items filtered out
All items filtered out