Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc111 status = BTA_HH_ERR; in bta_hh_api_enable()
179 if (HID_HostDeregister() != HID_SUCCESS) status = BTA_HH_ERR; in bta_hh_disc_cmpl()
405 status = BTA_HH_ERR; in bta_hh_sdp_cmpl()
540 (status == HID_SUCCESS) ? BTA_HH_OK : BTA_HH_ERR, in bta_hh_api_disc_act()
812 (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR; in bta_hh_open_failure()
875 if (disc_dat.status) disc_dat.status = BTA_HH_ERR; in bta_hh_close_act()
937 dev_info.status = BTA_HH_ERR; in bta_hh_maint_dev_act()
1066 .status = BTA_HH_ERR, in bta_hh_write_dev_act()
1077 .status = BTA_HH_ERR, in bta_hh_write_dev_act()
Dbta_hh_utils.cc258 return BTA_HH_ERR; in bta_hh_read_ssr_param()
271 return BTA_HH_ERR; in bta_hh_read_ssr_param()
Dbta_hh_le.cc191 bta_hh.status = BTA_HH_ERR; in bta_hh_le_enable()
485 if (!p_desc) return BTA_HH_ERR; in bta_hh_le_read_char_descriptor()
753 cback_data.status = (status == GATT_SUCCESS) ? BTA_HH_OK : BTA_HH_ERR; in bta_hh_le_service_parsed()
797 cback_data.status = BTA_HH_ERR; in bta_hh_le_set_protocol_mode()
836 hs_data.status = BTA_HH_ERR; in get_protocol_mode_cb()
1176 bta_hh_data.status = BTA_HH_ERR; in bta_hh_gatt_open()
1724 .status = (le_close->reason != GATT_CONN_OK) ? BTA_HH_ERR in bta_hh_le_open_fail()
1865 hs_data.status = BTA_HH_ERR; in read_report_cb()
1949 cback_data.status = (status == GATT_SUCCESS) ? BTA_HH_OK : BTA_HH_ERR; in write_report_cb()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h129 BTA_HH_ERR, /* general BTA HH error */ enumerator
156 CASE_RETURN_STRING(BTA_HH_ERR); in bta_hh_status_text()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc950 BTA_HH_ERR) { in bta_dm_pm_ssr()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1492 p_data.dev_status.status = BTA_HH_ERR; // tBTA_HH_STATUS in btif_hh_timer_timeout()