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 43ac52f4eb03240f67985e71cd4592ad660db64d..b134e42740aa1e910f6eb714a26dcd82d4707e86 100644 |
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
@@ -51,6 +51,8 @@ enum WebBluetoothResult { |
// InvalidStateError: |
SERVICE_NO_LONGER_EXISTS, |
CHARACTERISTIC_NO_LONGER_EXISTS, |
+ INVALID_CHARACTERISTIC, |
+ INVALID_DESCRIPTOR, |
// NetworkError: |
CONNECT_ALREADY_IN_PROGRESS, |
CONNECT_ATTRIBUTE_LENGTH_INVALID, |
@@ -70,6 +72,8 @@ enum WebBluetoothResult { |
DEVICE_NO_LONGER_IN_RANGE, |
GATT_NOT_PAIRED, |
GATT_OPERATION_IN_PROGRESS, |
+ GATT_SERVER_DISCONNECTED, |
+ GATT_SERVER_NOT_CONNECTED, |
UNTRANSLATED_CONNECT_ERROR_CODE, |
// NotFoundError: |
NO_BLUETOOTH_ADAPTER, |