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

  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 50 HID_ERR_AUTH_FAILED,
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 174 p_dev->conn.disc_reason = HID_SUCCESS; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
188 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
325 UINT32 cb_res = HID_ERR_AUTH_FAILED;
335 p_dev->conn.disc_reason = HID_SUCCESS; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
358 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
673 /* If we got baseband sent HCI_DISCONNECT_COMPLETE_EVT due to security failure, then set reason to HID_ERR_AUTH_FAILED */
683 hid_close_evt_reason = HID_ERR_AUTH_FAILED;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 832 conn_dat.status = (reason == HID_ERR_AUTH_FAILED) ?
879 (reason == HID_ERR_AUTH_FAILED) || /* Authenication error (while initiating) */
884 conn_dat.status = (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR;
    [all...]

Completed in 977 milliseconds