ESP-IDF
BTA_HH_OK
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
BTA_HH_OK
BTA_HH_OK value
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:119
BTA_HH_OK
;
Examples
References
from
examples
Code
Location
Referrer
BTA_HH_OK
,
bta_hh_api.h:119
bta_hh_cleanup_disable
(
BTA_HH_OK
)
;
bta_gattc_act.c:320
bta_gattc_deregister()
status
=
BTA_HH_OK
;
bta_hh_act.c:86
bta_hh_api_enable()
tBTA_HH_STATUS
status
=
BTA_HH_OK
;
bta_hh_act.c:161
bta_hh_disc_cmpl()
status
=
BTA_HH_OK
;
bta_hh_act.c:211
bta_hh_sdp_cback()
status
=
BTA_HH_OK
;
bta_hh_act.c:233
bta_hh_sdp_cback()
status
=
BTA_HH_OK
;
bta_hh_act.c:287
bta_hh_di_sdp_cback()
if
(
status
!=
BTA_HH_OK
)
{
bta_hh_act.c:297
bta_hh_di_sdp_cback()
status
=
BTA_HH_OK
;
bta_hh_act.c:338
bta_hh_start_sdp()
status
=
BTA_HH_OK
;
bta_hh_act.c:381
bta_hh_start_sdp()
if
(
status
!=
BTA_HH_OK
)
{
bta_hh_act.c:386
bta_hh_start_sdp()
if
(
status
==
BTA_HH_OK
)
{
bta_hh_act.c:419
bta_hh_sdp_cmpl()
status
=
BTA_HH_OK
;
bta_hh_act.c:437
bta_hh_sdp_cmpl()
if
(
status
!=
BTA_HH_OK
)
{
bta_hh_act.c:444
bta_hh_sdp_cmpl()
conn
.
status
=
BTA_HH_OK
;
bta_hh_act.c:560
bta_hh_open_cmpl_act()
if
(
(
hs_data
.
status
=
bta_hh_get_trans_status
(
p_data
->
hid_cback
.
data
)
)
==
BTA_HH_OK
)
{
bta_hh_act.c:667
bta_hh_handsk_act()
if
(
cback_data
.
status
==
BTA_HH_OK
)
{
bta_hh_act.c:681
bta_hh_handsk_act()
conn
.
status
=
p_data
->
hid_cback
.
data
?
BTA_HH_ERR_PROTO
:
BTA_HH_OK
;
bta_hh_act.c:692
bta_hh_handsk_act()
hs_data
.
status
=
BTA_HH_OK
;
bta_hh_act.c:733
bta_hh_ctrl_dat_act()
tBTA_HH_CBDATA
disc_dat
=
{
BTA_HH_OK
,
0
}
;
bta_hh_act.c:833
bta_hh_close_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()
tBTA_HH_CBDATA
cbdata
=
{
BTA_HH_OK
,
0
}
;
bta_hh_act.c:1035
bta_hh_write_dev_act()
tBTA_HH_API_SENDDATA
send_data
=
{
BTA_HH_OK
,
0
,
0
}
;
bta_hh_act.c:1036
bta_hh_write_dev_act()
return
BTA_HH_OK
;
bta_hh_act.c:1210
bta_hh_get_trans_status()
tBTA_HH_STATUS
ret
=
BTA_HH_OK
;
bta_hh_co.c:121
bta_hh_co_data()
status
=
BTA_HH_OK
;
bta_hh_utils.c:436
bta_hh_read_ssr_param()
if
(
p_data
->
status
==
BTA_HH_OK
)
{
btc_hh.c:1232
btc_hh_cb_handler()
if
(
p_data
->
status
==
BTA_HH_OK
)
{
btc_hh.c:1251
btc_hh_cb_handler()
if
(
p_data
->
conn
.
status
==
BTA_HH_OK
)
{
btc_hh.c:1271
btc_hh_cb_handler()
if
(
p_data
->
dev_info
.
status
==
BTA_HH_OK
)
{
btc_hh.c:1491
btc_hh_cb_handler()
if
(
p_data
->
int_data
.
status
==
BTA_HH_OK
&&
p_data
->
int_data
.
p_data
)
{
btc_hh.c:1521
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTA_HH_OK
is read by 17 functions:
All items filtered out
BTA_HH_OK
bta_hh_api_enable()
bta_hh_disc_cmpl()
bta_hh_sdp_cback()
bta_hh_di_sdp_cback()
bta_hh_start_sdp()
bta_hh_sdp_cmpl()
bta_hh_open_cmpl_act()
bta_hh_handsk_act()
bta_hh_ctrl_dat_act()
bta_hh_close_act()
bta_hh_maint_dev_act()
bta_hh_write_dev_act()
bta_hh_get_trans_status()
bta_hh_read_ssr_param()
btc_hh_cb_handler()
bta_hh_co_data()
bta_gattc_deregister()
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