ESP-IDF
tBTA_GATTC_BG_TCK::remote_bda
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_BG_TCK::remote_bda
tBTA_GATTC_BG_TCK::remote_bda field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:395
BD_ADDR
remote_bda
;
Examples
References
from
examples
Code
Location
Referrer
BD_ADDR
remote_bda
;
bta_gattc_int.h:395
bta_gattc_mark_bg_conn
(
p_clreg
->
client_if
,
p_cb
->
bg_track
[
i
]
.
remote_bda
,
FALSE
,
FALSE
)
;
bta_gattc_act.c:294
bta_gattc_deregister()
GATT_CancelConnect
(
p_clreg
->
client_if
,
p_cb
->
bg_track
[
i
]
.
remote_bda
,
FALSE
)
;
bta_gattc_act.c:295
bta_gattc_deregister()
bta_gattc_mark_bg_conn
(
p_clreg
->
client_if
,
p_cb
->
bg_track
[
i
]
.
remote_bda
,
FALSE
,
TRUE
)
;
bta_gattc_act.c:298
bta_gattc_deregister()
(
(
remote_bda_ptr
!=
NULL
&&
bdcmp
(
p_bg_tck
->
remote_bda
,
remote_bda_ptr
)
==
0
)
||
bta_gattc_utils.c:661
bta_gattc_mark_bg_conn()
(
remote_bda_ptr
==
NULL
&&
bdcmp
(
p_bg_tck
->
remote_bda
,
dummy_bda
)
==
0
)
)
)
{
bta_gattc_utils.c:662
bta_gattc_mark_bg_conn()
bdcpy
(
p_bg_tck
->
remote_bda
,
remote_bda_ptr
)
;
bta_gattc_utils.c:698
bta_gattc_mark_bg_conn()
bdcpy
(
p_bg_tck
->
remote_bda
,
dummy_bda
)
;
bta_gattc_utils.c:700
bta_gattc_mark_bg_conn()
(
bdcmp
(
p_bg_tck
->
remote_bda
,
remote_bda
)
==
0
||
bta_gattc_utils.c:730
bta_gattc_check_bg_conn()
bdcmp
(
p_bg_tck
->
remote_bda
,
dummy_bda
)
==
0
)
)
{
bta_gattc_utils.c:731
bta_gattc_check_bg_conn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_BG_TCK::remote_bda
is read by 3 functions:
All items filtered out
tBTA_GATTC_BG_TCK::remote_bda
bta_gattc_mark_bg_conn()
bta_gattc_check_bg_conn()
bta_gattc_deregister()
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