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

Unified Diff: device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h

Issue 2102093003: Implement BluetoothDeviceBlueZ::GetServiceRecords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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
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>;
« no previous file with comments | « device/bluetooth/bluez/bluetooth_device_bluez.cc ('k') | device/bluetooth/bluez/bluetooth_service_record_bluez.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698