Chromium Code Reviews| Index: extensions/common/api/bluetooth_private.idl |
| diff --git a/extensions/common/api/bluetooth_private.idl b/extensions/common/api/bluetooth_private.idl |
| index e3c60fd87e99d869716835261bb576f071f27344..41b4524c9b7150f4ec425a12f3e3f19a24d9cd8c 100644 |
| --- a/extensions/common/api/bluetooth_private.idl |
| +++ b/extensions/common/api/bluetooth_private.idl |
| @@ -54,7 +54,14 @@ namespace bluetoothPrivate { |
| authCanceled, |
| authRejected, |
| authTimeout, |
| - unsupportedDevice |
| + unsupportedDevice, |
| + attributeLengthInvalid, |
|
scheib
2015/11/24 01:30:48
All places we use ConnectResultType need to be upd
Kai Jiang
2015/11/25 14:17:13
Done.
|
| + connectionCongested, |
| + insufficientEncryption, |
| + offsetInvalid, |
| + readFailed, |
| + requestNotSupported, |
| + writeFailed |
| }; |
| // Valid pairing responses. |