Index: device/bluetooth/bluetooth_experimental_chromeos_unittest.cc |
diff --git a/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc b/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc |
index 9d668f4180a4af962c8e26b231110036c8e51205..d868a5b59f1b18389a3307f49145c197ee4a6e38 100644 |
--- a/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc |
+++ b/device/bluetooth/bluetooth_experimental_chromeos_unittest.cc |
@@ -764,6 +764,10 @@ TEST_F(BluetoothExperimentalChromeOSTest, DeviceProperties) { |
ASSERT_EQ(2U, uuids.size()); |
EXPECT_EQ(uuids[0], "00001800-0000-1000-8000-00805f9b34fb"); |
EXPECT_EQ(uuids[1], "00001801-0000-1000-8000-00805f9b34fb"); |
+ |
+ EXPECT_EQ(0x05ac, devices[0]->GetVendorID()); |
+ EXPECT_EQ(0x030d, devices[0]->GetProductID()); |
+ EXPECT_EQ(0x0306, devices[0]->GetDeviceID()); |
} |
TEST_F(BluetoothExperimentalChromeOSTest, DeviceClassChanged) { |