ESP-IDF
bta_gattc_co_cache_find_src_addr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bta_gattc_co_cache_find_src_addr()
bta_gattc_co_cache_find_src_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_gattc_co.h:136
uint8_t
*
bta_gattc_co_cache_find_src_addr
(
BD_ADDR
assoc_addr
,
uint8_t
*
index
)
;
Implemented in
bta_gattc_co.c:642
Arguments
Argument
assoc_addr
index
Examples
References
from
examples
Code
Location
Referrer
UINT8
*
bta_gattc_co_cache_find_src_addr
(
BD_ADDR
assoc_addr
,
UINT8
*
index
)
bta_gattc_co.c:642
uint8_t
*
bta_gattc_co_cache_find_src_addr
(
BD_ADDR
assoc_addr
,
uint8_t
*
index
)
;
bta_gattc_co.h:136
(
(
assoc_addr
=
bta_gattc_co_cache_find_src_addr
(
bda
,
index
)
)
!=
NULL
)
)
{
bta_gattc_co.c:126
cacheOpen()
Call Tree
from
examples
bta_gattc_co_cache_find_src_addr()
is called by 1 function and calls 4 functions:
cacheOpen()
All items filtered out
bta_gattc_co_cache_find_src_addr()
list_begin()
list_end()
list_next()
list_node()
All items filtered out
Data Use
from
examples
bta_gattc_co_cache_find_src_addr()
reads 5 variables:
cache_addr_info_t::addr
cache_addr_info_t::assoc_addr
cache_env_t::num_addr
cache_env_t::cache_addr
cache_env
All items filtered out
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