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

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: II 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 e3c60fd87e99d869716835261bb576f071f27344..41b4524c9b7150f4ec425a12f3e3f19a24d9cd8c 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,
scheib 2015/11/24 01:30:48 All places we use ConnectResultType need to be upd
Kai Jiang 2015/11/25 14:17:13 Done.
+ connectionCongested,
+ insufficientEncryption,
+ offsetInvalid,
+ readFailed,
+ requestNotSupported,
+ writeFailed
};
// Valid pairing responses.

Powered by Google App Engine
This is Rietveld 408576698