ESP-IDF
tBTA_GATTC_CB::bg_track
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_CB::bg_track
tBTA_GATTC_CB::bg_track field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:419
tBTA_GATTC_BG_TCK
bg_track
[
BTA_GATTC_KNOWN_SR_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_BG_TCK
bg_track
[
BTA_GATTC_KNOWN_SR_MAX
]
;
bta_gattc_int.h:419
if
(
p_cb
->
bg_track
[
i
]
.
in_use
)
{
bta_gattc_act.c:292
bta_gattc_deregister()
if
(
p_cb
->
bg_track
[
i
]
.
cif_mask
&
(
1
<
<
(
p_clreg
->
client_if
-
1
)
)
)
{
bta_gattc_act.c:293
bta_gattc_deregister()
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()
if
(
p_cb
->
bg_track
[
i
]
.
cif_adv_mask
&
(
1
<
<
(
p_clreg
->
client_if
-
1
)
)
)
{
bta_gattc_act.c:297
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()
tBTA_GATTC_BG_TCK
*
p_bg_tck
=
&
bta_gattc_cb
.
bg_track
[
0
]
;
bta_gattc_utils.c:655
bta_gattc_mark_bg_conn()
for
(
i
=
0
,
p_bg_tck
=
&
bta_gattc_cb
.
bg_track
[
0
]
;
bta_gattc_utils.c:693
bta_gattc_mark_bg_conn()
tBTA_GATTC_BG_TCK
*
p_bg_tck
=
&
bta_gattc_cb
.
bg_track
[
0
]
;
bta_gattc_utils.c:724
bta_gattc_check_bg_conn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CB::bg_track
is read by 3 functions:
All items filtered out
tBTA_GATTC_CB::bg_track
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