ESP-IDF
tBTA_HH::dev_status
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::dev_status
tBTA_HH::dev_status field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:299
tBTA_HH_CBDATA
dev_status
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_CBDATA
dev_status
;
/* BTA_HH_CLOSE_EVT,
bta_hh_api.h:299
cback_data
.
dev_status
.
status
=
BTA_HH_ERR_HDL
;
bta_hh_main.c:320
bta_hh_sm_execute()
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
.
status
=
BTA_HH_ERR_HDL
;
bta_hh_main.c:339
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
.
status
=
BTA_HH_ERR
;
btc_hh.c:236
btc_hh_timer_timeout()
p_data
.
dev_status
.
handle
=
p_dev
->
dev_handle
;
btc_hh.c:237
btc_hh_timer_timeout()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1364
btc_hh_cb_handler()
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()
param
.
close
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1380
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()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1390
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()
param
.
unplug
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1413
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()
BTIF_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1443
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()
param
.
set_proto
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1446
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1467
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()
param
.
set_rpt
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1470
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()
param
.
set_idle
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1484
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH::dev_status
is read by 3 functions:
All items filtered out
tBTA_HH::dev_status
bta_hh_sm_execute()
btc_hh_timer_timeout()
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