| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index d0208ddc7a1b3d44da43621188e7e5267dd95471..b814246b060eb89be658ba17168c555302598619 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -18,7 +18,9 @@ namespace device {
|
| const std::string BluetoothTestBase::kTestAdapterName = "FakeBluetoothAdapter";
|
| const std::string BluetoothTestBase::kTestAdapterAddress = "A1:B2:C3:D4:E5:F6";
|
|
|
| -const std::string BluetoothTestBase::kTestDeviceName = "FakeBluetoothDevice";
|
| +const std::string BluetoothTestBase::kTestDeviceGapName = "FakeBluetoothDevice";
|
| +const std::string BluetoothTestBase::kTestDeviceAdvertisedName =
|
| + "FakeBluetooth";
|
| const std::string BluetoothTestBase::kTestDeviceNameEmpty = "";
|
|
|
| const std::string BluetoothTestBase::kTestDeviceAddress1 = "01:00:00:90:1E:BE";
|
|
|