HomeSort by relevance Sort by last modified time
    Searched refs:BTA_HH_ERR (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/hh/
bta_hh_act.cc 69 tBTA_HH_STATUS status = BTA_HH_ERR;
162 if (HID_HostDeregister() != HID_SUCCESS) status = BTA_HH_ERR;
437 status = BTA_HH_ERR;
498 disc_dat.status = BTA_HH_ERR;
785 (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR;
841 (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR;
862 if (disc_dat.status) disc_dat.status = BTA_HH_ERR;
924 dev_info.status = BTA_HH_ERR;
    [all...]
bta_hh_le.cc 176 bta_hh.status = BTA_HH_ERR;
491 if (!p_desc) return BTA_HH_ERR;
767 cback_data.status = (status == GATT_SUCCESS) ? BTA_HH_OK : BTA_HH_ERR;
803 cback_data.status = BTA_HH_ERR;
842 hs_data.status = BTA_HH_ERR;
    [all...]
bta_hh_utils.cc 376 tBTA_HH_STATUS status = BTA_HH_ERR;
  /system/bt/bta/include/
bta_hh_api.h 125 BTA_HH_ERR, /* general BTA HH error */
  /system/bt/bta/dm/
bta_dm_pm.cc 783 &p_spec_cur->min_rmt_to) == BTA_HH_ERR) {
    [all...]

Completed in 125 milliseconds