ESP-IDF
tBTA_GATTC_CLCB::auto_update
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::auto_update
tBTA_GATTC_CLCB::auto_update field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:375
UINT8
auto_update
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
auto_update
;
/* auto update is waiting */
bta_gattc_int.h:375
p_clcb
->
auto_update
=
BTA_GATTC_DISC_WAITING
;
bta_gattc_act.c:973
bta_gattc_restart_discover()
if
(
(
(
p_clcb
->
p_q_cmd
==
NULL
||
p_clcb
->
auto_update
==
BTA_GATTC_REQ_WAITING
)
&&
bta_gattc_act.c:1020
bta_gattc_start_discover()
p_clcb
->
auto_update
=
BTA_GATTC_NO_SCHEDULE
;
bta_gattc_act.c:1024
bta_gattc_start_discover()
p_clcb
->
auto_update
=
BTA_GATTC_DISC_WAITING
;
bta_gattc_act.c:1062
bta_gattc_start_discover()
if
(
p_clcb
->
auto_update
==
BTA_GATTC_DISC_WAITING
)
{
bta_gattc_act.c:1107
bta_gattc_disc_cmpl()
if
(
p_clcb
->
auto_update
==
BTA_GATTC_DISC_WAITING
&&
p_clcb
->
p_srcb
->
srvc_hdl_chg
)
{
bta_gattc_act.c:1526
bta_gattc_op_cmpl()
if
(
p_clcb
->
auto_update
==
BTA_GATTC_DISC_WAITING
)
{
bta_gattc_act.c:1548
bta_gattc_op_cmpl()
p_clcb
->
auto_update
=
BTA_GATTC_REQ_WAITING
;
bta_gattc_act.c:1549
bta_gattc_op_cmpl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CLCB::auto_update
is written by 3 functions and is read by 3 functions:
bta_gattc_restart_discover()
bta_gattc_start_discover()
bta_gattc_op_cmpl()
All items filtered out
tBTA_GATTC_CLCB::auto_update
bta_gattc_start_discover()
bta_gattc_disc_cmpl()
bta_gattc_op_cmpl()
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