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

  /system/bt/stack/include/
hiddefs.h 49 HID_ERR_AUTH_FAILED,
  /system/bt/bta/hh/
bta_hh_act.cc 774 (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR;
824 HID_ERR_AUTH_FAILED) || /* Authenication error (while initiating) */
830 (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR;
    [all...]
  /system/bt/stack/hid/
hidh_conn.cc 169 HID_ERR_AUTH_FAILED) */
184 HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
338 HID_ERR_AUTH_FAILED) */
357 HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
671 * failure, then set reason to HID_ERR_AUTH_FAILED */
680 hid_close_evt_reason = HID_ERR_AUTH_FAILED;
    [all...]
hidd_conn.cc 125 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED;
162 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED;

Completed in 176 milliseconds