| Index: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| index 9e8b4dd7acdd86a707eabce31242c16681c5234a..97515977be31c5fc9064ca005c0132fd08370a52 100644
|
| --- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| +++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| @@ -61,6 +61,12 @@ class BluetoothLowEnergyEventRouter
|
| kStatusErrorNotConnected,
|
| kStatusErrorNotNotifying,
|
| kStatusErrorInProgress,
|
| + kStatusErrorAuthenticationFailed,
|
| + kStatusErrorCanceled,
|
| + kStatusErrorTimeout,
|
| + kStatusErrorInvalidLength,
|
| + kStatusErrorUnsupportedDevice,
|
| + kStatusErrorGattNotSupported,
|
| kStatusErrorFailed
|
| };
|
|
|
|
|