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