Home
last modified time | relevance | path

Searched refs:BTA_HH_ERR (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c71 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_api_enable()
165 status = BTA_HH_ERR; in bta_hh_disc_cmpl()
434 status = BTA_HH_ERR; in bta_hh_sdp_cmpl()
496 disc_dat.status = BTA_HH_ERR; in bta_hh_api_disc_act()
800 BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR; in bta_hh_open_failure()
851 conn_dat.status = (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR; in bta_hh_close_act()
875 disc_dat.status = BTA_HH_ERR; in bta_hh_close_act()
943 dev_info.status = BTA_HH_ERR; in bta_hh_maint_dev_act()
1064 cbdata.status = BTA_HH_ERR; in bta_hh_write_dev_act()
1065 send_data.status = BTA_HH_ERR; in bta_hh_write_dev_act()
Dbta_hh_le.c239 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_le_register_cmpl()
596 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_le_read_char_dscrpt()
990 cback_data.status = BTA_HH_ERR; in bta_hh_le_set_protocol_mode()
1378 tHID_STATUS status = BTA_HH_ERR; in bta_hh_gatt_open()
1806 hs_data.status = BTA_HH_ERR; in bta_hh_le_proc_get_rpt_cmpl()
1851 hs_data.status = BTA_HH_ERR; in bta_hh_le_proc_read_proto_mode()
2133 cback_data.status = BTA_HH_ERR; in bta_hh_le_write_cmpl()
2145 cback_data.status = (p_data->status == BTA_GATT_OK) ? BTA_HH_OK : BTA_HH_ERR; in bta_hh_le_write_cmpl()
2308 … conn_dat.status = (p_data->le_close.reason == BTA_GATT_CONN_UNKNOWN) ? p_cb->status : BTA_HH_ERR; in bta_hh_le_open_fail()
2688 cback_data.status = BTA_HH_ERR; in bta_hh_le_update_scpp()
[all …]
Dbta_hh_utils.c404 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_read_ssr_param()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h125 BTA_HH_ERR, /* general BTA HH error */ enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c765 …f (bta_hh_read_ssr_param(peer_addr, &p_spec_cur->max_lat, &p_spec_cur->min_rmt_to) == BTA_HH_ERR) { in bta_dm_pm_ssr()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c236 p_data.dev_status.status = BTA_HH_ERR; in btc_hh_timer_timeout()