ESP-IDF
tBTA_HH_MAINT_DEV::sub_event
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_HH_MAINT_DEV::sub_event
tBTA_HH_MAINT_DEV::sub_event field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:143
UINT16
sub_event
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
sub_event
;
bta_hh_int.h:143
switch
(
p_dev_info
->
sub_event
)
{
bta_hh_act.c:943
bta_hh_maint_dev_act()
(
*
bta_hh_cb
.
p_cback
)
(
p_dev_info
->
sub_event
,
(
tBTA_HH
*
)
&
dev_info
)
;
bta_hh_act.c:1021
bta_hh_maint_dev_act()
p_buf
->
sub_event
=
BTA_HH_ADD_DEV_EVT
;
bta_hh_api.c:357
BTA_HhAddDev()
p_buf
->
sub_event
=
BTA_HH_RMV_DEV_EVT
;
bta_hh_api.c:397
BTA_HhRemoveDev()
cback_event
=
p_data
->
api_maintdev
.
sub_event
;
bta_hh_main.c:300
bta_hh_sm_execute()
if
(
p_data
->
api_maintdev
.
sub_event
==
BTA_HH_ADD_DEV_EVT
)
{
bta_hh_main.c:302
bta_hh_sm_execute()
if
(
(
(
tBTA_HH_MAINT_DEV
*
)
p_msg
)
->
sub_event
==
BTA_HH_ADD_DEV_EVT
)
{
bta_hh_main.c:429
bta_hh_hdl_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_MAINT_DEV::sub_event
is written by 2 functions and is read by 3 functions:
BTA_HhAddDev()
BTA_HhRemoveDev()
All items filtered out
tBTA_HH_MAINT_DEV::sub_event
bta_hh_maint_dev_act()
bta_hh_sm_execute()
bta_hh_hdl_event()
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