ESP-IDF
tBTA_HH_CBDATA::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_CBDATA::handle
tBTA_HH_CBDATA::handle field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:227
UINT8
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
handle
;
/* device handle */
bta_hh_api.h:227
disc_dat
.
handle
=
p_data
?
(
UINT8
)
p_data
->
hdr
.
layer_specific
:
p_cb
->
hid_handle
;
bta_hh_act.c:494
bta_hh_api_disc_act()
status
=
HID_HostCloseDev
(
disc_dat
.
handle
)
;
bta_hh_act.c:497
bta_hh_api_disc_act()
cback_data
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:679
bta_hh_handsk_act()
disc_dat
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:839
bta_hh_close_act()
cbdata
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:1047
bta_hh_write_dev_act()
cback_data
.
dev_status
.
handle
=
(
UINT8
)
p_data
->
api_sndcmd
.
hdr
.
layer_specific
;
bta_hh_main.c:321
bta_hh_sm_execute()
cback_data
.
dev_status
.
handle
=
(
UINT8
)
p_data
->
api_sndcmd
.
hdr
.
layer_specific
;
bta_hh_main.c:340
bta_hh_sm_execute()
p_data
.
dev_status
.
handle
=
p_dev
->
dev_handle
;
btc_hh.c:237
btc_hh_timer_timeout()
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1365
btc_hh_cb_handler()
p_dev
=
btc_hh_find_connected_dev_by_handle
(
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1366
btc_hh_cb_handler()
BTC_TRACE_ERROR
(
"Error: cannot find device with handle %d"
,
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1382
btc_hh_cb_handler()
param
.
close
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1385
btc_hh_cb_handler()
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1391
btc_hh_cb_handler()
p_dev
=
btc_hh_find_connected_dev_by_handle
(
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1392
btc_hh_cb_handler()
param
.
close
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1400
btc_hh_cb_handler()
BTC_TRACE_ERROR
(
"Error: cannot find device with handle %d"
,
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1415
btc_hh_cb_handler()
param
.
unplug
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1418
btc_hh_cb_handler()
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1444
btc_hh_cb_handler()
param
.
set_proto
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1445
btc_hh_cb_handler()
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1468
btc_hh_cb_handler()
param
.
set_rpt
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1469
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
p_data
->
dev_status
.
handle
)
;
btc_hh.c:1482
btc_hh_cb_handler()
param
.
set_idle
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1483
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_CBDATA::handle
is written by 6 functions and is read by 2 functions:
bta_hh_api_disc_act()
bta_hh_handsk_act()
bta_hh_close_act()
bta_hh_write_dev_act()
bta_hh_sm_execute()
btc_hh_timer_timeout()
All items filtered out
tBTA_HH_CBDATA::handle
bta_hh_api_disc_act()
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