ESP-IDF
tBTA_GATTC_BG_TCK::cif_mask
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_BG_TCK::cif_mask
tBTA_GATTC_BG_TCK::cif_mask field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:396
tBTA_GATTC_CIF_MASK
cif_mask
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_CIF_MASK
cif_mask
;
bta_gattc_int.h:396
if
(
p_cb
->
bg_track
[
i
]
.
cif_mask
&
(
1
<
<
(
p_clreg
->
client_if
-
1
)
)
)
{
bta_gattc_act.c:293
bta_gattc_deregister()
p_cif_mask
=
is_listen
?
&
p_bg_tck
->
cif_adv_mask
:
&
p_bg_tck
->
cif_mask
;
bta_gattc_utils.c:663
bta_gattc_mark_bg_conn()
if
(
p_bg_tck
->
cif_mask
==
0
&&
p_bg_tck
->
cif_adv_mask
==
0
)
{
bta_gattc_utils.c:677
bta_gattc_mark_bg_conn()
p_cif_mask
=
is_listen
?
&
p_bg_tck
->
cif_adv_mask
:
&
p_bg_tck
->
cif_mask
;
bta_gattc_utils.c:703
bta_gattc_mark_bg_conn()
if
(
(
(
p_bg_tck
->
cif_mask
&
(
1
<
<
(
client_if
-
1
)
)
)
!=
0
)
&&
bta_gattc_utils.c:732
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::cif_mask
is read by 3 functions:
All items filtered out
tBTA_GATTC_BG_TCK::cif_mask
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