| Index: device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| diff --git a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| index 5e63b66fbfa9d3bc63d5615d75d1f666a29e7048..c1e8da030cc3a62cd2cee534a55c8aca06b9beec 100644
|
| --- a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| +++ b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| @@ -57,7 +57,7 @@ class Fakes {
|
|
|
| mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
|
| new FakeScanResult(new FakeBluetoothDevice(
|
| - "AA:00:00:00:00:01", "FakeBluetoothDevice"),
|
| + "01:00:00:90:1E:BE", "FakeBluetoothDevice"),
|
| uuids));
|
| break;
|
| }
|
| @@ -68,14 +68,14 @@ class Fakes {
|
|
|
| mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
|
| new FakeScanResult(new FakeBluetoothDevice(
|
| - "AA:00:00:00:00:01", "FakeBluetoothDevice"),
|
| + "01:00:00:90:1E:BE", "FakeBluetoothDevice"),
|
| uuids));
|
| break;
|
| }
|
| case 3: {
|
| ArrayList<ParcelUuid> uuids = null;
|
| mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
|
| - new FakeScanResult(new FakeBluetoothDevice("AA:00:00:00:00:01", ""),
|
| + new FakeScanResult(new FakeBluetoothDevice("01:00:00:90:1E:BE", ""),
|
| uuids));
|
|
|
| break;
|
| @@ -83,7 +83,7 @@ class Fakes {
|
| case 4: {
|
| ArrayList<ParcelUuid> uuids = null;
|
| mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
|
| - new FakeScanResult(new FakeBluetoothDevice("BB:00:00:00:00:02", ""),
|
| + new FakeScanResult(new FakeBluetoothDevice("02:00:00:8B:74:63", ""),
|
| uuids));
|
|
|
| break;
|
|
|