Home | History | Annotate | Download | only in hid

Lines Matching refs:disc_res

578     UINT16 disc_res = HCI_SUCCESS;
609 disc_res = btm_get_acl_disc_reason_code();
612 if( (disc_res == HCI_ERR_CONNECTION_TOUT || disc_res == HCI_ERR_UNSPECIFIED) &&
627 if ((disc_res == HCI_ERR_AUTH_FAILURE) ||
628 (disc_res == HCI_ERR_KEY_MISSING) ||
629 (disc_res == HCI_ERR_HOST_REJECT_SECURITY) ||
630 (disc_res == HCI_ERR_PAIRING_NOT_ALLOWED) ||
631 (disc_res == HCI_ERR_UNIT_KEY_USED) ||
632 (disc_res == HCI_ERR_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED) ||
633 (disc_res == HCI_ERR_ENCRY_MODE_NOT_ACCEPTABLE) ||
634 (disc_res == HCI_ERR_REPEATED_ATTEMPTS))