Settings app changes for Bluez4.
This commit is contained in:
@@ -722,7 +722,6 @@ public class LocalBluetoothDevice implements Comparable<LocalBluetoothDevice> {
|
||||
break;
|
||||
|
||||
case CONTEXT_ITEM_UNPAIR:
|
||||
mLocalManager.getBluetoothManager().disconnectRemoteDeviceAcl(mAddress);
|
||||
unpair();
|
||||
break;
|
||||
|
||||
|
@@ -177,7 +177,7 @@ public class LocalBluetoothManager {
|
||||
}
|
||||
}
|
||||
|
||||
if (mManager.startDiscovery(true)) {
|
||||
if (mManager.startDiscovery()) {
|
||||
mLastScan = System.currentTimeMillis();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user