ESP-IDF
bta_gattc_co_find_addr_in_cache()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_find_addr_in_cache()
bta_gattc_co_find_addr_in_cache() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_gattc_co.h:120
extern
uint8_t
bta_gattc_co_find_addr_in_cache
(
BD_ADDR
bda
)
;
Implemented in
bta_gattc_co.c:482
Arguments
Argument
bda
Examples
References
from
examples
Code
Location
Referrer
UINT8
bta_gattc_co_find_addr_in_cache
(
BD_ADDR
bda
)
bta_gattc_co.c:482
extern
uint8_t
bta_gattc_co_find_addr_in_cache
(
BD_ADDR
bda
)
;
bta_gattc_co.h:120
if
(
(
index
=
bta_gattc_co_find_addr_in_cache
(
bda
)
)
!=
INVALID_ADDR_NUM
)
{
bta_gattc_co.c:110
cacheClose()
if
(
(
(
*
index
=
bta_gattc_co_find_addr_in_cache
(
bda
)
)
!=
INVALID_ADDR_NUM
)
||
bta_gattc_co.c:125
cacheOpen()
if
(
(
index
=
bta_gattc_co_find_addr_in_cache
(
bda
)
)
!=
INVALID_ADDR_NUM
)
{
bta_gattc_co.c:148
cacheReset()
if
(
(
index
=
bta_gattc_co_find_addr_in_cache
(
bd_addr
)
)
!=
INVALID_ADDR_NUM
)
{
bta_gattc_co.c:541
bta_gattc_co_cache_addr_save()
if
(
(
addr_index
=
bta_gattc_co_find_addr_in_cache
(
src_addr
)
)
!=
INVALID_ADDR_NUM
)
{
bta_gattc_co.c:606
bta_gattc_co_cache_append_assoc_addr()
if
(
(
addr_index
=
bta_gattc_co_find_addr_in_cache
(
src_addr
)
)
!=
INVALID_ADDR_NUM
)
{
bta_gattc_co.c:623
bta_gattc_co_cache_remove_assoc_addr()
if
(
(
addr_index
=
bta_gattc_co_find_addr_in_cache
(
src_addr
)
)
!=
INVALID_ADDR_NUM
)
{
bta_gattc_co.c:678
bta_gattc_co_cache_clear_assoc_addr()
Call Tree
from
examples
bta_gattc_co_find_addr_in_cache()
is called by 7 functions:
cacheClose()
cacheOpen()
cacheReset()
bta_gattc_co_cache_addr_save()
bta_gattc_co_cache_append_assoc_addr()
bta_gattc_co_cache_remove_assoc_addr()
bta_gattc_co_cache_clear_assoc_addr()
All items filtered out
bta_gattc_co_find_addr_in_cache()
All items filtered out
Data Use
from
examples
bta_gattc_co_find_addr_in_cache()
reads 4 variables:
cache_addr_info_t::addr
cache_env_t::num_addr
cache_env_t::cache_addr
cache_env
All items filtered out
bta_gattc_co_find_addr_in_cache()
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