| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| index 70b7f27818178ecfd9d42caf21a514583b54279a..5658362f60182161c4b06d04dc01aa0ebadb7718 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| @@ -60,21 +60,26 @@ class BluetoothLowEnergyEventRouter
|
| kStatusSuccess = 0,
|
| kStatusErrorAlreadyConnected,
|
| kStatusErrorAlreadyNotifying,
|
| + kStatusErrorAttributeLengthInvalid,
|
| kStatusErrorAuthenticationFailed,
|
| kStatusErrorCanceled,
|
| + kStatusErrorConnectionCongested,
|
| kStatusErrorFailed,
|
| kStatusErrorGattNotSupported,
|
| kStatusErrorHigherSecurity,
|
| kStatusErrorInProgress,
|
| kStatusErrorInsufficientAuthorization,
|
| + kStatusErrorInsufficientEncryption,
|
| + kStatusErrorInvalidArguments,
|
| kStatusErrorInvalidLength,
|
| kStatusErrorNotConnected,
|
| kStatusErrorNotFound,
|
| kStatusErrorNotNotifying,
|
| + kStatusErrorOffsetInvalid,
|
| kStatusErrorPermissionDenied,
|
| + kStatusErrorRequestNotSupported,
|
| kStatusErrorTimeout,
|
| kStatusErrorUnsupportedDevice,
|
| - kStatusErrorInvalidArguments,
|
| };
|
|
|
| // Error callback is used by asynchronous methods to report failures.
|
|
|