ESP-IDF
tBTA_GATTC_CLCB::disc_active
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_CLCB::disc_active
tBTA_GATTC_CLCB::disc_active field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:376
BOOLEAN
disc_active
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
disc_active
;
bta_gattc_int.h:376
if
(
p_clcb
->
disc_active
)
{
bta_gattc_act.c:920
bta_gattc_disc_close()
p_clcb
->
disc_active
=
TRUE
;
bta_gattc_act.c:1053
bta_gattc_start_discover()
p_clcb
->
disc_active
=
FALSE
;
bta_gattc_act.c:1087
bta_gattc_disc_cmpl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CLCB::disc_active
is written by 2 functions and is read by 1 function:
bta_gattc_start_discover()
bta_gattc_disc_cmpl()
All items filtered out
tBTA_GATTC_CLCB::disc_active
bta_gattc_disc_close()
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