Index: device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
diff --git a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
index e391cfe99377aeefb56295bc6761aa4f984cb397..f74016afaf82a7e31db4ece99c208692836b1f6f 100644 |
--- a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
+++ b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
@@ -26,7 +26,7 @@ namespace bluez { |
// will be an array of other attributes. |
class DEVICE_BLUETOOTH_EXPORT BluetoothServiceAttributeValueBlueZ { |
public: |
- enum Type { NULLTYPE, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; |
+ enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; |
using Sequence = std::vector<BluetoothServiceAttributeValueBlueZ>; |