ESP-IDF
tBTA_HH_CBDATA::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_CBDATA::status
tBTA_HH_CBDATA::status field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:226
tBTA_HH_STATUS
status
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_STATUS
status
;
/* operation status */
bta_hh_api.h:226
disc_dat
.
status
=
BTA_HH_ERR
;
bta_hh_act.c:495
bta_hh_api_disc_act()
cback_data
.
status
=
bta_hh_get_trans_status
(
p_data
->
hid_cback
.
data
)
;
bta_hh_act.c:680
bta_hh_handsk_act()
if
(
cback_data
.
status
==
BTA_HH_OK
)
{
bta_hh_act.c:681
bta_hh_handsk_act()
disc_dat
.
status
=
p_data
->
hid_cback
.
data
;
bta_hh_act.c:840
bta_hh_close_act()
if
(
disc_dat
.
status
)
{
bta_hh_act.c:871
bta_hh_close_act()
disc_dat
.
status
=
BTA_HH_ERR
;
bta_hh_act.c:872
bta_hh_close_act()
cbdata
.
status
=
BTA_HH_ERR
;
bta_hh_act.c:1061
bta_hh_write_dev_act()
cback_data
.
dev_status
.
status
=
BTA_HH_ERR_HDL
;
bta_hh_main.c:320
bta_hh_sm_execute()
cback_data
.
dev_status
.
status
=
BTA_HH_ERR_HDL
;
bta_hh_main.c:339
bta_hh_sm_execute()
p_data
.
dev_status
.
status
=
BTA_HH_ERR
;
btc_hh.c:236
btc_hh_timer_timeout()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1364
btc_hh_cb_handler()
param
.
close
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1380
btc_hh_cb_handler()
BTC_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1390
btc_hh_cb_handler()
param
.
unplug
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1413
btc_hh_cb_handler()
BTIF_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1443
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()
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
.
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_CBDATA::status
is written by 6 functions and is read by 3 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::status
bta_hh_handsk_act()
bta_hh_close_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