diff --git a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java old mode 100644 new mode 100755 index 01fd1b2d834..cb2f6594f8d --- a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java +++ b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java @@ -283,8 +283,6 @@ final class CachedBluetoothDevice implements Comparable { } void unpair() { - disconnect(); - int state = getBondState(); if (state == BluetoothDevice.BOND_BONDING) {