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 169 p_dev->conn.disc_reason = HID_SUCCESS; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
183 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
320 UINT32 cb_res = HID_ERR_AUTH_FAILED;
328 p_dev->conn.disc_reason = HID_SUCCESS; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
360 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
625 /* If we got baseband sent HCI_DISCONNECT_COMPLETE_EVT due to security failure, then set reason to HID_ERR_AUTH_FAILED */
635 hid_close_evt_reason = HID_ERR_AUTH_FAILED;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 827 conn_dat.status = (reason == HID_ERR_AUTH_FAILED) ?
874 (reason == HID_ERR_AUTH_FAILED) || /* Authenication error (while initiating) */
879 conn_dat.status = (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR;
    [all...]

Completed in 32 milliseconds