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

Unified Diff: third_party/closure_compiler/externs/bluetooth_private.js

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/closure_compiler/externs/bluetooth_private.js
diff --git a/third_party/closure_compiler/externs/bluetooth_private.js b/third_party/closure_compiler/externs/bluetooth_private.js
index 2d63de77e6545e28c363d955620529ab83746015..f58024606c5f36bbb83c522ccfeceb56f7ef8601 100644
--- a/third_party/closure_compiler/externs/bluetooth_private.js
+++ b/third_party/closure_compiler/externs/bluetooth_private.js
@@ -49,6 +49,13 @@ chrome.bluetoothPrivate.ConnectResultType = {
AUTH_REJECTED: 'authRejected',
AUTH_TIMEOUT: 'authTimeout',
UNSUPPORTED_DEVICE: 'unsupportedDevice',
+ ATTRIBUTE_LENGTH_INVALID: 'attributeLengthInvalid',
+ CONNECTION_CONGESTED: 'connectionCongested',
+ INSUFFICIENT_ENCRYPTION: 'insufficientEncryption',
+ OFFSET_INVALID: 'offsetInvalid',
+ READ_FAILED: 'readFailed',
scheib 2015/11/26 00:02:51 Use 'not permitted' instead of 'failed'.
Kai Jiang 2015/11/29 10:40:52 Done.
+ REQUEST_NOT_SUPPORTED: 'requestNotSupported',
+ WRITE_FAILED: 'writeFailed',
scheib 2015/11/26 00:02:51 Use 'not permitted' instead of 'failed'.
Kai Jiang 2015/11/29 10:40:52 Done.
};
/**

Powered by Google App Engine
This is Rietveld 408576698