Index: device/bluetooth/test/bluetooth_test.cc |
diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc |
index 6f66b7341651a0a5188f103311a1d170a3013755..45425fa2ccb41e711329589a2545dd288f2c7a89 100644 |
--- a/device/bluetooth/test/bluetooth_test.cc |
+++ b/device/bluetooth/test/bluetooth_test.cc |
@@ -14,6 +14,17 @@ 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::kTestDeviceNameEmpty = ""; |
+ |
+const std::string BluetoothTestBase::kTestDeviceAddress1 = "01:00:00:90:1E:BE"; |
+const std::string BluetoothTestBase::kTestDeviceAddress2 = "02:00:00:8B:74:63"; |
+ |
+const std::string BluetoothTestBase::kTestUUIDGenericAccess = "1800"; |
+const std::string BluetoothTestBase::kTestUUIDGenericAttribute = "1801"; |
+const std::string BluetoothTestBase::kTestUUIDImmediateAlert = "1802"; |
+const std::string BluetoothTestBase::kTestUUIDLinkLoss = "1803"; |
+ |
BluetoothTestBase::BluetoothTestBase() { |
} |