Index: device/bluetooth/bluetooth_device.h |
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
index b7dc9e2a2da713108c88acb595c6d5a7909175a2..c7a052521038b7a889bfe6d3c6d8730851c97ce9 100644 |
--- a/device/bluetooth/bluetooth_device.h |
+++ b/device/bluetooth/bluetooth_device.h |
@@ -324,7 +324,11 @@ class BluetoothDevice { |
const ErrorCallback& error_callback) = 0; |
protected: |
- BluetoothDevice(); |
+ BluetoothDevice(const std::string& name, |
+ const std::string& address, |
+ uint32 bluetooth_class, |
+ bool connected, |
+ bool bonded); |
// The Bluetooth class of the device, a bitmask that may be decoded using |
// https://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm |