Index: device/bluetooth/test/bluetooth_test_win.cc |
diff --git a/device/bluetooth/test/bluetooth_test_win.cc b/device/bluetooth/test/bluetooth_test_win.cc |
index 5bbdebfc4dbb43ccb46b0a48927b5ba7677c92e1..27dceaccf49243083d445c62df37f068bb90cd40 100644 |
--- a/device/bluetooth/test/bluetooth_test_win.cc |
+++ b/device/bluetooth/test/bluetooth_test_win.cc |
@@ -130,7 +130,7 @@ BluetoothDevice* BluetoothTestWin::SimulateLowEnergyDevice(int device_ordinal) { |
if (device_ordinal > 4 || device_ordinal < 1) |
return nullptr; |
- std::string device_name = kTestDeviceName; |
+ std::string device_name = kTestDeviceGapName; |
std::string device_address = kTestDeviceAddress1; |
std::string service_uuid_1; |
std::string service_uuid_2; |