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

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h

Issue 1464443002: bluetooth: android: Add BluetoothDevice::ConnectErrorCode enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: III Created 5 years, 1 month 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/public/platform/modules/bluetooth/WebBluetoothError.h
diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
index d13ad850b0b9d35cb53b833435906cee5996b408..7891dc5144454860e607f647bf5d91ac5ca94b7d 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
+++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
@@ -32,6 +32,13 @@ enum class WebBluetoothError {
ConnectAuthRejected,
ConnectAuthTimeout,
ConnectUnsupportedDevice,
+ ConnectAttributeLengthInvalid,
+ ConnectConnectionCongested,
+ ConnectInsufficientEncryption,
+ ConnectOffsetInvalid,
+ ConnectReadFailed,
scheib 2015/11/26 00:02:51 ConnectReadNotPermitted
+ ConnectRequestNotSupported,
+ ConnectWriteFailed,
scheib 2015/11/26 00:02:51 ConnectWriteNotPermitted
Kai Jiang 2015/11/29 10:40:52 Done.
UntranslatedConnectErrorCode,
// NotFoundError:
NoBluetoothAdapter,

Powered by Google App Engine
This is Rietveld 408576698