ESP-IDF
tBTA_HH_DEV_CB::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_HH_DEV_CB::state
tBTA_HH_DEV_CB::state field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:247
tBTA_HH_STATE
state
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_STATE
state
;
/* CB state */
bta_hh_int.h:247
bta_hh_cb
.
kdev
[
xx
]
.
state
=
BTA_HH_IDLE_ST
;
bta_hh_act.c:89
bta_hh_api_enable()
if
(
bta_hh_cb
.
kdev
[
xx
]
.
state
==
BTA_HH_CONN_ST
)
{
bta_hh_act.c:137
bta_hh_api_disable()
in_state
=
p_cb
->
state
;
bta_hh_main.c:361
bta_hh_sm_execute()
if
(
(
p_cb
->
state
==
BTA_HH_NULL_ST
)
||
(
p_cb
->
state
>=
BTA_HH_INVALID_ST
)
)
{
bta_hh_main.c:367
bta_hh_sm_execute()
p_cb
->
state
,
event
)
;
bta_hh_main.c:369
bta_hh_sm_execute()
state_table
=
bta_hh_st_tbl
[
p_cb
->
state
-
1
]
;
bta_hh_main.c:372
bta_hh_sm_execute()
p_cb
->
state
=
state_table
[
event
]
[
BTA_HH_NEXT_STATE
]
;
bta_hh_main.c:376
bta_hh_sm_execute()
if
(
in_state
!=
p_cb
->
state
)
{
bta_hh_main.c:383
bta_hh_sm_execute()
bta_hh_state_code
(
p_cb
->
state
)
,
bta_hh_main.c:386
bta_hh_sm_execute()
bta_hh_cb
.
kdev
[
xx
]
.
state
)
;
bta_hh_utils.c:82
bta_hh_find_cb()
p_cb
->
state
=
BTA_HH_IDLE_ST
;
bta_hh_utils.c:142
bta_hh_clean_up_kdev()
bta_hh_cb
.
kdev
[
xx
]
.
attr_mask
,
bta_hh_cb
.
kdev
[
xx
]
.
state
,
bta_hh_utils.c:525
bta_hh_trace_dev_db()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_DEV_CB::state
is written by 3 functions and is read by 4 functions:
bta_hh_api_enable()
bta_hh_sm_execute()
bta_hh_clean_up_kdev()
All items filtered out
tBTA_HH_DEV_CB::state
bta_hh_api_disable()
bta_hh_sm_execute()
bta_hh_find_cb()
bta_hh_trace_dev_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