Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2033)

Unified Diff: device/bluetooth/test/bluetooth_test.cc

Issue 1246913006: Bringing 4 more BluetoothTest.* unit tests to Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheibtest
Patch Set: CBUUID dyanamically used now Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/test/bluetooth_test.h ('k') | device/bluetooth/test/bluetooth_test_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
}
« no previous file with comments | « device/bluetooth/test/bluetooth_test.h ('k') | device/bluetooth/test/bluetooth_test_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698