| Index: extensions/common/api/bluetooth_private.idl
|
| diff --git a/extensions/common/api/bluetooth_private.idl b/extensions/common/api/bluetooth_private.idl
|
| index f943ab5616f1c6bf6989adee2d712a69045916eb..b2d760b9040591c6d39bb441e9670814a303fa4d 100644
|
| --- a/extensions/common/api/bluetooth_private.idl
|
| +++ b/extensions/common/api/bluetooth_private.idl
|
| @@ -45,22 +45,15 @@ namespace bluetoothPrivate {
|
| // Results for connect(). See function declaration for details.
|
| enum ConnectResultType {
|
| alreadyConnected,
|
| - attributeLengthInvalid,
|
| authCanceled,
|
| authFailed,
|
| authRejected,
|
| authTimeout,
|
| - connectionCongested,
|
| failed,
|
| inProgress,
|
| - insufficientEncryption,
|
| - offsetInvalid,
|
| - readNotPermitted,
|
| - requestNotSupported,
|
| success,
|
| unknownError,
|
| - unsupportedDevice,
|
| - writeNotPermitted
|
| + unsupportedDevice
|
| };
|
|
|
| // Valid pairing responses.
|
|
|