Settings app changes for Bluez4.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
@@ -177,7 +177,7 @@ public class LocalBluetoothManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mManager.startDiscovery(true)) {
|
if (mManager.startDiscovery()) {
|
||||||
mLastScan = System.currentTimeMillis();
|
mLastScan = System.currentTimeMillis();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user