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

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom

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: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
index 4a25bce715013444b77a26428cb1c31372b3f213..d8dbfc424b8b8920d53a02ea08fa9f0176715d89 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
@@ -53,24 +53,16 @@ enum WebBluetoothResult {
CHARACTERISTIC_NO_LONGER_EXISTS,
// NetworkError:
CONNECT_ALREADY_IN_PROGRESS,
- CONNECT_ATTRIBUTE_LENGTH_INVALID,
CONNECT_AUTH_CANCELED,
CONNECT_AUTH_FAILED,
CONNECT_AUTH_REJECTED,
CONNECT_AUTH_TIMEOUT,
- CONNECT_CONNECTION_CONGESTED,
- CONNECT_INSUFFICIENT_ENCRYPTION,
- CONNECT_OFFSET_INVALID,
- CONNECT_READ_NOT_PERMITTED,
- CONNECT_REQUEST_NOT_SUPPORTED,
CONNECT_UNKNOWN_ERROR,
CONNECT_UNKNOWN_FAILURE,
CONNECT_UNSUPPORTED_DEVICE,
- CONNECT_WRITE_NOT_PERMITTED,
DEVICE_NO_LONGER_IN_RANGE,
GATT_NOT_PAIRED,
GATT_OPERATION_IN_PROGRESS,
- UNTRANSLATED_CONNECT_ERROR_CODE,
// NotFoundError:
NO_BLUETOOTH_ADAPTER,
CHOSEN_DEVICE_VANISHED,

Powered by Google App Engine
This is Rietveld 408576698