ESP-IDF
tBTA_HH_CONN::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_CONN::status
tBTA_HH_CONN::status field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:212
tBTA_HH_STATUS
status
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_STATUS
status
;
/* operation status */
bta_hh_api.h:212
conn_dat
.
status
=
status
;
bta_hh_act.c:455
bta_hh_sdp_cmpl()
conn
.
status
=
BTA_HH_ERR_PROTO
;
bta_hh_act.c:557
bta_hh_open_cmpl_act()
conn
.
status
=
BTA_HH_OK
;
bta_hh_act.c:560
bta_hh_open_cmpl_act()
conn
.
status
=
p_data
->
hid_cback
.
data
?
BTA_HH_ERR_PROTO
:
BTA_HH_OK
;
bta_hh_act.c:692
bta_hh_handsk_act()
conn_dat
.
status
=
(
reason
==
HID_ERR_AUTH_FAILED
)
?
bta_hh_act.c:796
bta_hh_open_failure()
conn_dat
.
status
=
(
reason
==
HID_ERR_AUTH_FAILED
)
?
BTA_HH_ERR_AUTH_FAILED
:
BTA_HH_ERR
;
bta_hh_act.c:848
bta_hh_close_act()
dev_info
.
status
=
BTA_HH_ERR
;
bta_hh_act.c:940
bta_hh_maint_dev_act()
dev_info
.
status
=
BTA_HH_OK
;
bta_hh_act.c:988
bta_hh_maint_dev_act()
dev_info
.
status
=
BTA_HH_OK
;
bta_hh_act.c:1008
bta_hh_maint_dev_act()
cback_data
.
conn
.
status
=
BTA_HH_ERR_DB_FULL
;
bta_hh_main.c:293
bta_hh_sm_execute()
cback_data
.
dev_info
.
status
=
BTA_HH_ERR_DB_FULL
;
bta_hh_main.c:304
bta_hh_sm_execute()
cback_data
.
dev_info
.
status
=
BTA_HH_ERR_HDL
;
bta_hh_main.c:307
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()
if
(
p_data
->
conn
.
status
==
BTA_HH_OK
)
{
btc_hh.c:1271
btc_hh_cb_handler()
param
.
open
.
status
=
p_data
->
conn
.
status
;
btc_hh.c:1306
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()
if
(
p_data
->
dev_info
.
status
==
BTA_HH_OK
)
{
btc_hh.c:1491
btc_hh_cb_handler()
param
.
set_info
.
status
=
p_data
->
dev_info
.
status
;
btc_hh.c:1502
btc_hh_cb_handler()
param
.
add_dev
.
status
=
p_data
->
dev_info
.
status
;
btc_hh.c:1507
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
.
handle
=
p_data
->
dev_info
.
status
;
btc_hh.c:1514
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_CONN::status
is written by 7 functions and is read by 1 function:
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::status
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