ESP-IDF
tBTA_HH_CONN::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_CONN::handle
tBTA_HH_CONN::handle field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:213
UINT8
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
handle
;
/* device handle */
bta_hh_api.h:213
conn_dat
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:415
bta_hh_sdp_cmpl()
conn
.
handle
=
dev_handle
;
bta_hh_act.c:524
bta_hh_open_cmpl_act()
conn
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:693
bta_hh_handsk_act()
conn_dat
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:795
bta_hh_open_failure()
conn_dat
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:847
bta_hh_close_act()
dev_info
.
handle
=
BTA_HH_INVALID_HANDLE
;
bta_hh_act.c:941
bta_hh_maint_dev_act()
dev_info
.
handle
=
dev_handle
;
bta_hh_act.c:957
bta_hh_maint_dev_act()
dev_info
.
handle
=
p_cb
->
hid_handle
;
bta_hh_act.c:987
bta_hh_maint_dev_act()
dev_info
.
handle
=
(
UINT8
)
p_dev_info
->
hdr
.
layer_specific
;
bta_hh_act.c:996
bta_hh_maint_dev_act()
if
(
HID_HostRemoveDev
(
dev_info
.
handle
)
==
HID_SUCCESS
)
{
bta_hh_act.c:1007
bta_hh_maint_dev_act()
cback_data
.
conn
.
handle
=
BTA_HH_INVALID_HANDLE
;
bta_hh_main.c:294
bta_hh_sm_execute()
cback_data
.
dev_info
.
handle
=
BTA_HH_INVALID_HANDLE
;
bta_hh_main.c:305
bta_hh_sm_execute()
cback_data
.
dev_info
.
handle
=
(
UINT8
)
p_data
->
api_maintdev
.
hdr
.
layer_specific
;
bta_hh_main.c:308
bta_hh_sm_execute()
BTC_TRACE_DEBUG
(
"handle=%d, status =%d"
,
p_data
->
conn
.
handle
,
p_data
->
conn
.
status
)
;
btc_hh.c:1269
btc_hh_cb_handler()
p_dev
=
btc_hh_find_connected_dev_by_handle
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1272
btc_hh_cb_handler()
BTC_TRACE_ERROR
(
"Error, cannot find device with handle %d"
,
p_data
->
conn
.
handle
)
;
btc_hh.c:1274
btc_hh_cb_handler()
BTA_HhClose
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1278
btc_hh_cb_handler()
p_data
->
conn
.
handle
)
;
btc_hh.c:1285
btc_hh_cb_handler()
btc_hh_cb
.
p_curr_dev
=
btc_hh_find_connected_dev_by_handle
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1291
btc_hh_cb_handler()
BTA_HhGetDscpInfo
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1292
btc_hh_cb_handler()
param
.
open
.
handle
=
p_data
->
conn
.
handle
;
btc_hh.c:1309
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_info
.
status
,
p_data
->
dev_info
.
handle
)
;
btc_hh.c:1488
btc_hh_cb_handler()
btc_hh_cb
.
added_devices
[
i
]
.
dev_handle
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1492
btc_hh_cb_handler()
param
.
set_info
.
handle
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1501
btc_hh_cb_handler()
param
.
add_dev
.
handle
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1506
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_info
.
status
,
p_data
->
dev_info
.
handle
)
;
btc_hh.c:1513
btc_hh_cb_handler()
param
.
rmv_dev
.
status
=
p_data
->
dev_info
.
handle
;
btc_hh.c:1515
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_CONN::handle
is written by 7 functions and is read by 2 functions:
bta_hh_sdp_cmpl()
bta_hh_open_cmpl_act()
bta_hh_handsk_act()
bta_hh_open_failure()
bta_hh_close_act()
bta_hh_maint_dev_act()
bta_hh_sm_execute()
All items filtered out
tBTA_HH_CONN::handle
bta_hh_maint_dev_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