ESP-IDF
cache_addr_info_t::addr
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::addr
cache_addr_info_t::addr field
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:86
BD_ADDR
addr
;
Examples
References
from
examples
Code
Location
Referrer
BD_ADDR
addr
;
bta_gattc_co.c:86
memcpy
(
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
,
cache_env
->
cache_addr
[
i
]
.
addr
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:201
cacheReset()
memcpy
(
cache_env
->
cache_addr
[
i
]
.
addr
,
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:425
bta_gattc_co_cache_addr_init()
APPL_TRACE_DEBUG
(
"cache_addr[%x] = %x:%x:%x:%x:%x:%x"
,
i
,
cache_env
->
cache_addr
[
i
]
.
addr
[
0
]
,
cache_env
->
cache_addr
[
i
]
.
addr
[
1
]
,
cache_env
->
cache_addr
[
i
]
.
addr
[
2
]
,
bta_gattc_co.c:429
bta_gattc_co_cache_addr_init()
cache_env
->
cache_addr
[
i
]
.
addr
[
3
]
,
cache_env
->
cache_addr
[
i
]
.
addr
[
4
]
,
cache_env
->
cache_addr
[
i
]
.
addr
[
5
]
)
;
bta_gattc_co.c:430
bta_gattc_co_cache_addr_init()
bta_gattc_co_cache_new_assoc_list
(
cache_env
->
cache_addr
[
i
]
.
addr
,
i
)
;
bta_gattc_co.c:433
bta_gattc_co_cache_addr_init()
if
(
!
memcmp
(
addr_info
->
addr
,
bda
,
sizeof
(
BD_ADDR
)
)
)
{
bta_gattc_co.c:474
bta_gattc_co_addr_in_cache()
if
(
!
memcmp
(
addr_info
->
addr
,
bda
,
sizeof
(
BD_ADDR
)
)
)
{
bta_gattc_co.c:489
bta_gattc_co_find_addr_in_cache()
memcpy
(
addr_list
[
i
]
,
cache_env
->
cache_addr
[
i
]
.
addr
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:524
bta_gattc_co_get_addr_list()
memcpy
(
cache_env
->
cache_addr
[
index
]
.
addr
,
bd_addr
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:544
bta_gattc_co_cache_addr_save()
cacheReset
(
cache_env
->
cache_addr
[
0
]
.
addr
,
FALSE
)
;
bta_gattc_co.c:549
bta_gattc_co_cache_addr_save()
memcpy
(
cache_env
->
cache_addr
[
new_index
]
.
addr
,
bd_addr
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:553
bta_gattc_co_cache_addr_save()
memcpy
(
p_buf
+
i
*
(
sizeof
(
BD_ADDR
)
+
sizeof
(
hash_key_t
)
)
,
cache_env
->
cache_addr
[
i
]
.
addr
,
sizeof
(
BD_ADDR
)
)
;
bta_gattc_co.c:564
bta_gattc_co_cache_addr_save()
return
(
UINT8
*
)
addr_info
->
addr
;
bta_gattc_co.c:659
bta_gattc_co_cache_find_src_addr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cache_addr_info_t::addr
is read by 7 functions:
All items filtered out
cache_addr_info_t::addr
cacheReset()
bta_gattc_co_cache_addr_init()
bta_gattc_co_addr_in_cache()
bta_gattc_co_find_addr_in_cache()
bta_gattc_co_get_addr_list()
bta_gattc_co_cache_addr_save()
bta_gattc_co_cache_find_src_addr()
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