Merge change 1182

* changes:
  Settings app changes for Bluez4.
This commit is contained in:
Android (Google) Code Review
2009-06-09 21:54:22 -07:00
3 changed files with 62 additions and 63 deletions

View File

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

View File

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