Settings app changes for Bluez4.

This commit is contained in:
Jaikumar Ganesh
2009-05-05 22:26:56 -07:00
parent db08e6543a
commit 91b33f1462
3 changed files with 62 additions and 63 deletions

View File

@@ -722,7 +722,6 @@ public class LocalBluetoothDevice implements Comparable<LocalBluetoothDevice> {
break;
case CONTEXT_ITEM_UNPAIR:
mLocalManager.getBluetoothManager().disconnectRemoteDeviceAcl(mAddress);
unpair();
break;

View File

@@ -177,7 +177,7 @@ public class LocalBluetoothManager {
}
}
if (mManager.startDiscovery(true)) {
if (mManager.startDiscovery()) {
mLastScan = System.currentTimeMillis();
}
}