Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64be003a authored by Hemant Gupta's avatar Hemant Gupta Committed by Android Git Automerger
Browse files

am d6cdbab9: Bluetooth: Handle missing key event

* commit 'd6cdbab9':
  Bluetooth: Handle missing key event
parents e809337d d6cdbab9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -896,6 +896,7 @@ static void btif_dm_auth_cmpl_evt (tBTA_DM_AUTH_CMPL *p_auth_cmpl)

            /* map the auth failure codes, so we can retry pairing if necessary */
            case HCI_ERR_AUTH_FAILURE:
            case HCI_ERR_KEY_MISSING:
                btif_storage_remove_bonded_device(&bd_addr);
            case HCI_ERR_HOST_REJECT_SECURITY:
            case HCI_ERR_ENCRY_MODE_NOT_ACCEPTABLE: