| Index: third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| index d13ad850b0b9d35cb53b833435906cee5996b408..b8448d62d6e428b93024cb3da6d728a72df5b253 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| @@ -21,17 +21,24 @@ enum class WebBluetoothError {
|
| ServiceNoLongerExists,
|
| CharacteristicNoLongerExists,
|
| // NetworkError:
|
| - GATTOperationInProgress,
|
| - GATTNotPaired,
|
| - DeviceNoLongerInRange,
|
| - ConnectUnknownError,
|
| ConnectAlreadyInProgress,
|
| - ConnectUnknownFailure,
|
| - ConnectAuthFailed,
|
| + ConnectAttributeLengthInvalid,
|
| ConnectAuthCanceled,
|
| + ConnectAuthFailed,
|
| ConnectAuthRejected,
|
| ConnectAuthTimeout,
|
| + ConnectConnectionCongested,
|
| + ConnectInsufficientEncryption,
|
| + ConnectOffsetInvalid,
|
| + ConnectReadNotPermitted,
|
| + ConnectRequestNotSupported,
|
| + ConnectUnknownError,
|
| + ConnectUnknownFailure,
|
| ConnectUnsupportedDevice,
|
| + ConnectWriteNotPermitted,
|
| + DeviceNoLongerInRange,
|
| + GATTNotPaired,
|
| + GATTOperationInProgress,
|
| UntranslatedConnectErrorCode,
|
| // NotFoundError:
|
| NoBluetoothAdapter,
|
|
|