ESP-IDF
BTA_HH_API_OPEN_EVT
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
BTA_HH_API_OPEN_EVT
BTA_HH_API_OPEN_EVT value
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:47
BTA_HH_API_OPEN_EVT
=
BTA_SYS_EVT_START
;
Examples
References
from
examples
Code
Location
Referrer
BTA_HH_API_OPEN_EVT
=
BTA_SYS_EVT_START
(
BTA_ID_HH
)
,
bta_hh_int.h:47
p_buf
->
hdr
.
event
=
BTA_HH_API_OPEN_EVT
;
bta_hh_api.c:145
BTA_HhOpen()
case
BTA_HH_API_OPEN_EVT
:
bta_hh_main.c:289
bta_hh_sm_execute()
APPL_TRACE_ERROR
(
"wrong device handle: [%d], event:%d"
,
p_data
->
hdr
.
layer_specific
,
event
-
BTA_HH_API_OPEN_EVT
)
;
bta_hh_main.c:345
bta_hh_sm_execute()
if
(
p_msg
->
event
==
BTA_HH_API_OPEN_EVT
)
{
bta_hh_main.c:425
bta_hh_hdl_event()
case
BTA_HH_API_OPEN_EVT
:
bta_hh_main.c:488
bta_hh_evt_code()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTA_HH_API_OPEN_EVT
is read by 4 functions:
All items filtered out
BTA_HH_API_OPEN_EVT
BTA_HhOpen()
bta_hh_sm_execute()
bta_hh_hdl_event()
bta_hh_evt_code()
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