ESP-IDF
tBTA_GATTC_CB::state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::state
tBTA_GATTC_CB::state field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:416
UINT8
state
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
state
;
bta_gattc_int.h:416
if
(
p_cb
->
state
==
BTA_GATTC_STATE_DISABLED
||
p_cb
->
state
==
BTA_GATTC_STATE_DISABLING
)
{
bta_gattc_act.c:131
bta_gattc_enable()
p_cb
->
state
=
BTA_GATTC_STATE_ENABLED
;
bta_gattc_act.c:135
bta_gattc_enable()
if
(
p_cb
->
state
!=
BTA_GATTC_STATE_ENABLED
)
{
bta_gattc_act.c:158
bta_gattc_disable()
p_cb
->
state
=
BTA_GATTC_STATE_DISABLING
;
bta_gattc_act.c:165
bta_gattc_disable()
if
(
p_cb
->
state
!=
BTA_GATTC_STATE_DISABLING
)
{
bta_gattc_act.c:179
bta_gattc_disable()
p_cb
->
state
=
BTA_GATTC_STATE_DISABLED
;
bta_gattc_act.c:180
bta_gattc_disable()
APPL_TRACE_DEBUG
(
"bta_gattc_register state %d\n"
,
p_cb
->
state
)
;
bta_gattc_act.c:203
bta_gattc_register()
if
(
p_cb
->
state
==
BTA_GATTC_STATE_DISABLED
||
p_cb
->
state
==
BTA_GATTC_STATE_DISABLING
)
{
bta_gattc_act.c:212
bta_gattc_register()
if
(
bta_gattc_num_reg_app
(
)
==
0
&&
p_cb
->
state
==
BTA_GATTC_STATE_DISABLING
)
{
bta_gattc_act.c:1733
bta_gattc_deregister_cmpl()
p_cb
->
state
=
BTA_GATTC_STATE_DISABLED
;
bta_gattc_act.c:1734
bta_gattc_deregister_cmpl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CB::state
is written by 3 functions and is read by 4 functions:
bta_gattc_enable()
bta_gattc_disable()
bta_gattc_deregister_cmpl()
All items filtered out
tBTA_GATTC_CB::state
bta_gattc_enable()
bta_gattc_disable()
bta_gattc_register()
bta_gattc_deregister_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