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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h

Issue 2637343002: Implement WebBluetooth descriptor.readValue() (Closed)
Patch Set: #3 Created 3 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
Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
index bc8fa2275141d706aff8e38a7a2264aebd055e21..de176f3baefd53a41ce087a7e7caaed76cedbd26 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h
@@ -18,7 +18,8 @@ class BluetoothRemoteGATTUtils final {
enum ExceptionType {
kGATTServerDisconnected,
kGATTServerNotConnected,
- kInvalidCharacteristic
+ kInvalidCharacteristic,
+ kInvalidDescriptor
};
static DOMException* CreateDOMException(ExceptionType);

Powered by Google App Engine
This is Rietveld 408576698