Index: device/bluetooth/test/bluetooth_test.h |
diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h |
index a5552da30e6ff5e505b4ad98bde62a0efc7ab53d..989066dee38683175aafc03dbaf30361a67a07d8 100644 |
--- a/device/bluetooth/test/bluetooth_test.h |
+++ b/device/bluetooth/test/bluetooth_test.h |
@@ -13,6 +13,9 @@ |
namespace device { |
+const std::string kTestAdapterName = "FakeBluetoothAdapter"; |
scheib
2015/07/17 21:26:04
Probably we should move these to be static members
krstnmnlsn
2015/07/17 23:14:50
Done.
|
+const std::string kTestAdapterAddress = "A1:B2:C3:D4:E5:F6"; |
+ |
class BluetoothAdapter; |
// A test fixture for Bluetooth that abstracts platform specifics for creating |