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

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

Issue 2727683003: bluetooth: Clean up connection errors (Closed)
Patch Set: Address scheib's comments 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 ddd5fd76bd75bc6ee6b70ad78327bb766cce8750..2ce7b3759407e471e0e100c366d138013330c1f7 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
@@ -53,20 +53,13 @@ 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,
@@ -74,7 +67,6 @@ enum WebBluetoothResult {
GATT_SERVER_NOT_CONNECTED,
GATT_SERVER_DISCONNECTED_WHILE_RETRIEVING_CHARACTERISTICS,
GATT_SERVER_NOT_CONNECTED_CANNOT_RETRIEVE_CHARACTERISTICS,
- UNTRANSLATED_CONNECT_ERROR_CODE,
// NotFoundError:
NO_BLUETOOTH_ADAPTER,
CHOSEN_DEVICE_VANISHED,

Powered by Google App Engine
This is Rietveld 408576698