ESP-IDF
tBTA_GATTC_DATA::api_assoc
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
tBTA_GATTC_DATA::api_assoc
tBTA_GATTC_DATA::api_assoc field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:272
tBTA_GATTC_API_CACHE_ASSOC
api_assoc
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_API_CACHE_ASSOC
api_assoc
;
bta_gattc_int.h:272
gattc_cb
.
set_assoc
.
client_if
=
p_msg
->
api_assoc
.
client_if
;
bta_gattc_act.c:1878
bta_gattc_process_api_cache_assoc()
tBTA_GATTC_CLCB
*
p_assoc_clcb
=
bta_gattc_find_clcb_by_cif
(
p_msg
->
api_assoc
.
client_if
,
bta_gattc_act.c:1880
bta_gattc_process_api_cache_assoc()
p_msg
->
api_assoc
.
assoc_addr
,
BTA_TRANSPORT_LE
)
;
bta_gattc_act.c:1881
bta_gattc_process_api_cache_assoc()
tBTA_GATTC_RCB
*
p_clrcb
=
bta_gattc_cl_get_regcb
(
p_msg
->
api_assoc
.
client_if
)
;
bta_gattc_act.c:1882
bta_gattc_process_api_cache_assoc()
if
(
p_msg
->
api_assoc
.
is_assoc
)
{
bta_gattc_act.c:1893
bta_gattc_process_api_cache_assoc()
if
(
(
state
=
bta_gattc_co_cache_append_assoc_addr
(
p_msg
->
api_assoc
.
src_addr
,
p_msg
->
api_assoc
.
assoc_addr
)
)
==
TRUE
)
{
bta_gattc_act.c:1894
bta_gattc_process_api_cache_assoc()
if
(
(
state
=
bta_gattc_co_cache_remove_assoc_addr
(
p_msg
->
api_assoc
.
src_addr
,
p_msg
->
api_assoc
.
assoc_addr
)
)
==
TRUE
)
{
bta_gattc_act.c:1905
bta_gattc_process_api_cache_assoc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_DATA::api_assoc
is read by 1 function:
All items filtered out
tBTA_GATTC_DATA::api_assoc
bta_gattc_process_api_cache_assoc()
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