ESP-IDF
tBTA_HH_HSDATA::handle
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_HSDATA::handle
tBTA_HH_HSDATA::handle field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:270
UINT8
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
handle
;
/* device handle */
bta_hh_api.h:270
hs_data
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:665
bta_hh_handsk_act()
hs_data
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:734
bta_hh_ctrl_dat_act()
cback_data
.
hs_data
.
handle
=
(
UINT8
)
p_data
->
api_sndcmd
.
hdr
.
layer_specific
;
bta_hh_main.c:324
bta_hh_sm_execute()
p_data
->
hs_data
.
handle
,
p_data
->
hs_data
.
rsp_data
.
proto_mode
,
btc_hh.c:1432
btc_hh_cb_handler()
param
.
get_proto
.
handle
=
p_data
->
hs_data
.
handle
;
btc_hh.c:1438
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
hs_data
.
status
,
p_data
->
hs_data
.
handle
)
;
btc_hh.c:1453
btc_hh_cb_handler()
param
.
get_rpt
.
handle
=
p_data
->
hs_data
.
handle
;
btc_hh.c:1459
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"handle = %d, status = %d, rate = %d"
,
p_data
->
hs_data
.
handle
,
p_data
->
hs_data
.
status
,
btc_hh.c:1474
btc_hh_cb_handler()
param
.
get_idle
.
handle
=
p_data
->
hs_data
.
handle
;
btc_hh.c:1476
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_HSDATA::handle
is written by 3 functions and is read by 1 function:
bta_hh_handsk_act()
bta_hh_ctrl_dat_act()
bta_hh_sm_execute()
All items filtered out
tBTA_HH_HSDATA::handle
btc_hh_cb_handler()
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