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 c1e8da030cc3a62cd2cee534a55c8aca06b9beec..5e63b66fbfa9d3bc63d5615d75d1f666a29e7048 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 @@ |
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES, |
new FakeScanResult(new FakeBluetoothDevice( |
- "01:00:00:90:1E:BE", "FakeBluetoothDevice"), |
+ "AA:00:00:00:00:01", "FakeBluetoothDevice"), |
uuids)); |
break; |
} |
@@ -68,14 +68,14 @@ |
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES, |
new FakeScanResult(new FakeBluetoothDevice( |
- "01:00:00:90:1E:BE", "FakeBluetoothDevice"), |
+ "AA:00:00:00:00:01", "FakeBluetoothDevice"), |
uuids)); |
break; |
} |
case 3: { |
ArrayList<ParcelUuid> uuids = null; |
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES, |
- new FakeScanResult(new FakeBluetoothDevice("01:00:00:90:1E:BE", ""), |
+ new FakeScanResult(new FakeBluetoothDevice("AA:00:00:00:00:01", ""), |
uuids)); |
break; |
@@ -83,7 +83,7 @@ |
case 4: { |
ArrayList<ParcelUuid> uuids = null; |
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES, |
- new FakeScanResult(new FakeBluetoothDevice("02:00:00:8B:74:63", ""), |
+ new FakeScanResult(new FakeBluetoothDevice("BB:00:00:00:00:02", ""), |
uuids)); |
break; |