Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_act.cc70 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_api_enable()
159 if (HID_HostDeregister() != HID_SUCCESS) status = BTA_HH_ERR; in bta_hh_disc_cmpl()
425 status = BTA_HH_ERR; in bta_hh_sdp_cmpl()
486 disc_dat.status = BTA_HH_ERR; in bta_hh_api_disc_act()
776 (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR; in bta_hh_open_failure()
832 (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR; in bta_hh_close_act()
853 if (disc_dat.status) disc_dat.status = BTA_HH_ERR; in bta_hh_close_act()
915 dev_info.status = BTA_HH_ERR; in bta_hh_maint_dev_act()
1030 cbdata.status = BTA_HH_ERR; in bta_hh_write_dev_act()
Dbta_hh_le.cc332 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_le_enable()
621 if (!p_desc) return BTA_HH_ERR; in bta_hh_le_read_char_descriptor()
900 cback_data.status = (status == BTA_GATT_OK) ? BTA_HH_OK : BTA_HH_ERR; in write_proto_mode_cb()
936 cback_data.status = BTA_HH_ERR; in bta_hh_le_set_protocol_mode()
975 hs_data.status = BTA_HH_ERR; in get_protocol_mode_cb()
1272 tHID_STATUS status = BTA_HH_ERR; in bta_hh_gatt_open()
1772 : BTA_HH_ERR; in bta_hh_le_open_fail()
1880 hs_data.status = BTA_HH_ERR; in read_report_cb()
1958 cback_data.status = (status == BTA_GATT_OK) ? BTA_HH_OK : BTA_HH_ERR; in write_report_cb()
Dbta_hh_utils.cc376 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_read_ssr_param()
/system/bt/bta/include/
Dbta_hh_api.h120 BTA_HH_ERR, /* general BTA HH error */ enumerator
/system/bt/bta/dm/
Dbta_dm_pm.cc791 &p_spec_cur->min_rmt_to) == BTA_HH_ERR) in bta_dm_pm_ssr()