Index: chromeos/dbus/fake_bluetooth_device_client.cc |
diff --git a/chromeos/dbus/fake_bluetooth_device_client.cc b/chromeos/dbus/fake_bluetooth_device_client.cc |
index f8e470286bb956d1c0d386f96c2696426d3d2aa4..73da478845a6e3e4cdf68900d48a5d7a015fd39c 100644 |
--- a/chromeos/dbus/fake_bluetooth_device_client.cc |
+++ b/chromeos/dbus/fake_bluetooth_device_client.cc |
@@ -161,6 +161,8 @@ FakeBluetoothDeviceClient::FakeBluetoothDeviceClient() |
uuids.push_back("00001801-0000-1000-8000-00805f9b34fb"); |
properties->uuids.ReplaceValue(uuids); |
+ properties->modalias.ReplaceValue("usb:v05ACp030Dd0306"); |
+ |
properties_map_[dbus::ObjectPath(kPairedDevicePath)] = properties; |
device_list_.push_back(dbus::ObjectPath(kPairedDevicePath)); |
} |