ESP-IDF
tBTA_GATTC_BG_TCK
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_BG_TCK
tBTA_GATTC_BG_TCK struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:393
typedef
struct
{
BOOLEAN
in_use
;
BD_ADDR
remote_bda
;
tBTA_GATTC_CIF_MASK
cif_mask
;
tBTA_GATTC_CIF_MASK
cif_adv_mask
;
}
tBTA_GATTC_BG_TCK
;
Fields
Field
Declared as
tBTA_GATTC_BG_TCK::in_use
BOOLEAN
tBTA_GATTC_BG_TCK::remote_bda
BD_ADDR
tBTA_GATTC_BG_TCK::cif_mask
tBTA_GATTC_CIF_MASK
tBTA_GATTC_BG_TCK::cif_adv_mask
tBTA_GATTC_CIF_MASK
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gattc_int.h:393
}
tBTA_GATTC_BG_TCK
;
bta_gattc_int.h:399
tBTA_GATTC_BG_TCK
tBTA_GATTC_BG_TCK
bg_track
[
BTA_GATTC_KNOWN_SR_MAX
]
;
bta_gattc_int.h:419
tBTA_GATTC_CB
tBTA_GATTC_CB::bg_track
tBTA_GATTC_BG_TCK
*
p_bg_tck
=
&
bta_gattc_cb
.
bg_track
[
0
]
;
bta_gattc_utils.c:655
bta_gattc_mark_bg_conn()
memset
(
p_bg_tck
,
0
,
sizeof
(
tBTA_GATTC_BG_TCK
)
)
;
bta_gattc_utils.c:678
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
All items filtered out
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
Instance
Scope
Location
Project
tBTA_GATTC_CB::bg_track
tBTA_GATTC_CB
bta_gattc_int.h:419
Lifecycle
from
examples
All items filtered out
All items filtered out