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

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

am 889c8823: GAP: Remove device info from storage on Pairing Cancel

* commit '889c8823':
  GAP: Remove device info from storage on Pairing Cancel
parents ecfe5005 889c8823
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1980,7 +1980,11 @@ bt_status_t btif_dm_cancel_bond(const bt_bdaddr_t *bd_addr)
                BTA_DmBleSecurityGrant((UINT8 *)bd_addr->address,BTA_DM_SEC_PAIR_NOT_SPT);
            }
            else
            {
                BTA_DmConfirm( (UINT8 *)bd_addr->address, FALSE);
                BTA_DmBondCancel ((UINT8 *)bd_addr->address);
                btif_storage_remove_bonded_device((bt_bdaddr_t *)bd_addr);
            }
        }
        else
        {