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

Unified Diff: extensions/common/api/bluetooth_private.idl

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: extensions/common/api/bluetooth_private.idl
diff --git a/extensions/common/api/bluetooth_private.idl b/extensions/common/api/bluetooth_private.idl
index af6e893aff0b7eba2a45e20bb4859e66e096ffcd..031e242871b7e179acc9eb1c0d43e9c93f9c62bf 100644
--- a/extensions/common/api/bluetooth_private.idl
+++ b/extensions/common/api/bluetooth_private.idl
@@ -54,7 +54,14 @@ namespace bluetoothPrivate {
authCanceled,
authRejected,
authTimeout,
- unsupportedDevice
+ unsupportedDevice,
+ attributeLengthInvalid,
+ connectionCongested,
+ insufficientEncryption,
+ offsetInvalid,
+ readFailed,
scheib 2015/11/26 00:02:51 readNotPermitted
Kai Jiang 2015/11/29 10:40:52 Done.
+ requestNotSupported,
+ writeFailed
scheib 2015/11/26 00:02:51 writeNotPermitted
Kai Jiang 2015/11/29 10:40:52 Done.
};
// Valid pairing responses.

Powered by Google App Engine
This is Rietveld 408576698