ESP-IDF
tBTA_GATTC_CLCB::state
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::state
tBTA_GATTC_CLCB::state field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:378
tBTA_GATTC_STATE
state
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_STATE
state
;
bta_gattc_int.h:378
p_clcb
->
state
=
BTA_GATTC_DISCOVER_ST
;
bta_gattc_act.c:744
bta_gattc_conn()
p_clcb
->
state
=
BTA_GATTC_CONN_ST
;
bta_gattc_act.c:923
bta_gattc_disc_close()
if
(
p_clcb
->
state
==
BTA_GATTC_CONN_ST
)
{
bta_gattc_act.c:929
bta_gattc_disc_close()
p_cb
->
clcb
[
i
]
.
state
=
BTA_GATTC_DISCOVER_ST
;
bta_gattc_act.c:953
bta_gattc_set_discover_st()
p_clcb
->
state
=
BTA_GATTC_CONN_ST
;
/* set clcb state */
bta_gattc_act.c:1065
bta_gattc_start_discover()
APPL_TRACE_ERROR
(
"operation not supported at current state [%d]"
,
p_clcb
->
state
)
;
bta_gattc_act.c:1699
bta_gattc_fail()
if
(
p_clcb
->
state
==
BTA_GATTC_CONN_ST
)
{
bta_gattc_act.c:1861
bta_gattc_process_api_refresh()
if
(
p_assoc_clcb
->
state
==
BTA_GATTC_CONN_ST
||
p_assoc_clcb
->
state
==
BTA_GATTC_DISCOVER_ST
)
{
bta_gattc_act.c:1884
bta_gattc_process_api_cache_assoc()
if
(
p_srvc_cb
!=
NULL
&&
p_clcb
!=
NULL
&&
p_clcb
->
state
==
BTA_GATTC_DISCOVER_ST
)
{
bta_gattc_cache.c:978
bta_gattc_disc_res_cback()
if
(
p_clcb
->
state
!=
BTA_GATTC_CONN_ST
)
{
bta_gattc_cache.c:1918
bta_gattc_get_gatt_db()
p_clcb
->
state
)
;
bta_gattc_cache.c:1920
bta_gattc_get_gatt_db()
state_table
=
bta_gattc_st_tbl
[
p_clcb
->
state
]
;
bta_gattc_main.c:294
bta_gattc_sm_execute()
p_clcb
->
state
=
state_table
[
event
]
[
BTA_GATTC_NEXT_STATE
]
;
bta_gattc_main.c:299
bta_gattc_sm_execute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CLCB::state
is written by 5 functions and is read by 7 functions:
bta_gattc_sm_execute()
bta_gattc_conn()
bta_gattc_disc_close()
bta_gattc_set_discover_st()
bta_gattc_start_discover()
All items filtered out
tBTA_GATTC_CLCB::state
bta_gattc_sm_execute()
bta_gattc_disc_close()
bta_gattc_fail()
bta_gattc_process_api_refresh()
bta_gattc_process_api_cache_assoc()
bta_gattc_disc_res_cback()
bta_gattc_get_gatt_db()
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