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

Unified Diff: device/bluetooth/bluetooth_device.h

Issue 885723002: bluetooth: Provide more device attributes in requestDevice reply. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-0
Patch Set: uuids initializer fixed. Created 5 years, 11 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 | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_device.h
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
index c9aa1ee3e8c2f4d490667591ef9b31e21da021f0..8d76adf98518d2c66334c1f70683226ebb05838f 100644
--- a/device/bluetooth/bluetooth_device.h
+++ b/device/bluetooth/bluetooth_device.h
@@ -47,7 +47,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
enum VendorIDSource {
VENDOR_ID_UNKNOWN,
VENDOR_ID_BLUETOOTH,
- VENDOR_ID_USB
+ VENDOR_ID_USB,
+ VENDOR_ID_MAX_VALUE = VENDOR_ID_USB
};
// Possible values that may be returned by GetDeviceType(), representing
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698