ESP-IDF
tBTA_GATTC_SERV::state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_SERV::state
tBTA_GATTC_SERV::state field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:324
UINT8
state
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
state
;
bta_gattc_int.h:324
APPL_TRACE_DEBUG
(
"bta_gattc_conn server cache state=%d"
,
p_clcb
->
p_srcb
->
state
)
;
bta_gattc_act.c:707
bta_gattc_conn()
p_clcb
->
p_srcb
->
state
!=
BTA_GATTC_SERV_IDLE
)
{
bta_gattc_act.c:725
bta_gattc_conn()
if
(
p_clcb
->
p_srcb
->
state
==
BTA_GATTC_SERV_IDLE
)
{
bta_gattc_act.c:726
bta_gattc_conn()
p_clcb
->
p_srcb
->
state
=
BTA_GATTC_SERV_DISC
;
bta_gattc_act.c:738
bta_gattc_conn()
p_clcb
->
bta_conn_id
,
p_clcb
->
p_srcb
->
state
)
;
bta_gattc_act.c:1018
bta_gattc_start_discover()
p_clcb
->
p_srcb
->
state
==
BTA_GATTC_SERV_IDLE
)
||
bta_gattc_act.c:1021
bta_gattc_start_discover()
p_clcb
->
p_srcb
->
state
==
BTA_GATTC_SERV_DISC
)
{
bta_gattc_act.c:1022
bta_gattc_start_discover()
p_clcb
->
p_srcb
->
state
=
BTA_GATTC_SERV_DISC_ACT
;
bta_gattc_act.c:1030
bta_gattc_start_discover()
if
(
p_clcb
->
p_srcb
->
state
==
BTA_GATTC_SERV_IDLE
)
{
bta_gattc_act.c:1064
bta_gattc_start_discover()
p_clcb
->
p_srcb
->
state
=
BTA_GATTC_SERV_IDLE
;
bta_gattc_act.c:1086
bta_gattc_disc_cmpl()
p_srcb
->
state
=
BTA_GATTC_SERV_IDLE
;
bta_gattc_utils.c:300
bta_gattc_clcb_dealloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::state
is written by 4 functions and is read by 2 functions:
bta_gattc_clcb_dealloc()
bta_gattc_conn()
bta_gattc_start_discover()
bta_gattc_disc_cmpl()
All items filtered out
tBTA_GATTC_SERV::state
bta_gattc_conn()
bta_gattc_start_discover()
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