| Index: device/bluetooth/test/bluetooth_test_bluez.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test_bluez.cc b/device/bluetooth/test/bluetooth_test_bluez.cc
|
| index d492f4a196461e96ca0c20e39658d7c0bc052637..c63142b9bbcb891b4d43bc434273c1886a6708eb 100644
|
| --- a/device/bluetooth/test/bluetooth_test_bluez.cc
|
| +++ b/device/bluetooth/test/bluetooth_test_bluez.cc
|
| @@ -94,7 +94,7 @@ BluetoothDevice* BluetoothTestBlueZ::SimulateLowEnergyDevice(
|
| if (device_ordinal > 6 || device_ordinal < 1)
|
| return nullptr;
|
|
|
| - base::Optional<std::string> device_name = kTestDeviceName;
|
| + base::Optional<std::string> device_name = kTestDeviceGapName;
|
| std::string device_address = kTestDeviceAddress1;
|
| std::vector<std::string> service_uuids;
|
| BluetoothTransport device_type = BLUETOOTH_TRANSPORT_LE;
|
| @@ -136,7 +136,7 @@ BluetoothDevice* BluetoothTestBlueZ::SimulateLowEnergyDevice(
|
| }
|
|
|
| BluetoothDevice* BluetoothTestBlueZ::SimulateClassicDevice() {
|
| - std::string device_name = kTestDeviceName;
|
| + std::string device_name = kTestDeviceGapName;
|
| std::string device_address = kTestDeviceAddress3;
|
| std::vector<std::string> service_uuids;
|
|
|
|
|