ESP-IDF
tBTA_HH_DATA::hid_cback
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_DATA::hid_cback
tBTA_HH_DATA::hid_cback field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:169
tBTA_HH_CBACK_DATA
hid_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_CBACK_DATA
hid_cback
;
bta_hh_int.h:169
UINT8
dev_handle
=
p_data
?
(
UINT8
)
p_data
->
hid_cback
.
hdr
.
layer_specific
:
\
bta_hh_act.c:520
bta_hh_open_cmpl_act()
UINT8
dev_handle
=
p_data
?
(
UINT8
)
p_data
->
hid_cback
.
hdr
.
layer_specific
:
\
bta_hh_act.c:585
bta_hh_open_act()
BT_HDR
*
pdata
=
p_data
->
hid_cback
.
p_data
;
bta_hh_act.c:624
bta_hh_data_act()
bta_hh_co_data
(
(
UINT8
)
p_data
->
hid_cback
.
hdr
.
layer_specific
,
p_rpt
,
pdata
->
len
,
bta_hh_act.c:627
bta_hh_data_act()
bta_hh_get_w4_event
(
p_cb
->
w4_evt
)
,
p_data
->
hid_cback
.
data
)
;
bta_hh_act.c:652
bta_hh_handsk_act()
if
(
(
hs_data
.
status
=
bta_hh_get_trans_status
(
p_data
->
hid_cback
.
data
)
)
==
BTA_HH_OK
)
{
bta_hh_act.c:667
bta_hh_handsk_act()
cback_data
.
status
=
bta_hh_get_trans_status
(
p_data
->
hid_cback
.
data
)
;
bta_hh_act.c:680
bta_hh_handsk_act()
conn
.
status
=
p_data
->
hid_cback
.
data
?
BTA_HH_ERR_PROTO
:
BTA_HH_OK
;
bta_hh_act.c:692
bta_hh_handsk_act()
BT_HDR
*
pdata
=
p_data
->
hid_cback
.
p_data
;
bta_hh_act.c:725
bta_hh_ctrl_dat_act()
UINT32
reason
=
p_data
->
hid_cback
.
data
;
/* Reason for closing (32-bit) */
bta_hh_act.c:792
bta_hh_open_failure()
UINT32
reason
=
p_data
->
hid_cback
.
data
;
/* Reason for closing (32-bit) */
bta_hh_act.c:834
bta_hh_close_act()
disc_dat
.
status
=
p_data
->
hid_cback
.
data
;
bta_hh_act.c:840
bta_hh_close_act()
if
(
p_data
!=
NULL
&&
p_data
->
hid_cback
.
p_data
!=
NULL
)
{
bta_hh_main.c:347
bta_hh_sm_execute()
osi_free
(
p_data
->
hid_cback
.
p_data
)
;
bta_hh_main.c:348
bta_hh_sm_execute()
p_data
->
hid_cback
.
p_data
=
NULL
;
bta_hh_main.c:349
bta_hh_sm_execute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_DATA::hid_cback
is read by 8 functions:
All items filtered out
tBTA_HH_DATA::hid_cback
bta_hh_open_cmpl_act()
bta_hh_open_act()
bta_hh_data_act()
bta_hh_handsk_act()
bta_hh_ctrl_dat_act()
bta_hh_open_failure()
bta_hh_close_act()
bta_hh_sm_execute()
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