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

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

Issue 2727683003: bluetooth: Clean up connection errors (Closed)
Patch Set: merge Created 3 years, 9 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: extensions/common/api/bluetooth_private.idl
diff --git a/extensions/common/api/bluetooth_private.idl b/extensions/common/api/bluetooth_private.idl
index f943ab5616f1c6bf6989adee2d712a69045916eb..b2d760b9040591c6d39bb441e9670814a303fa4d 100644
--- a/extensions/common/api/bluetooth_private.idl
+++ b/extensions/common/api/bluetooth_private.idl
@@ -45,22 +45,15 @@ namespace bluetoothPrivate {
// Results for connect(). See function declaration for details.
enum ConnectResultType {
alreadyConnected,
- attributeLengthInvalid,
authCanceled,
authFailed,
authRejected,
authTimeout,
- connectionCongested,
failed,
inProgress,
- insufficientEncryption,
- offsetInvalid,
- readNotPermitted,
- requestNotSupported,
success,
unknownError,
- unsupportedDevice,
- writeNotPermitted
+ unsupportedDevice
};
// Valid pairing responses.

Powered by Google App Engine
This is Rietveld 408576698