Chromium Code Reviews| Index: device/bluetooth/bluetooth_device.h |
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
| index 809417dbee2e6cc4f751a55dcd77ae3ebfdcc897..b18df5ef95596aaedc769ccf3780fdcc1a409670 100644 |
| --- a/device/bluetooth/bluetooth_device.h |
| +++ b/device/bluetooth/bluetooth_device.h |
| @@ -96,7 +96,14 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice { |
| ERROR_AUTH_CANCELED, |
| ERROR_AUTH_REJECTED, |
| ERROR_AUTH_TIMEOUT, |
| - ERROR_UNSUPPORTED_DEVICE |
| + ERROR_UNSUPPORTED_DEVICE, |
|
scheib
2015/11/19 22:25:05
We should sort these values alphabetically.
scheib
2015/11/24 01:30:48
Sorry, I mean we should sort the entire ConnectErr
Kai Jiang
2015/11/25 14:17:12
Done.
Kai Jiang
2015/11/25 14:17:13
Done.
|
| + ERROR_CONNECTION_CONGESTED, |
| + ERROR_ENCRYPTION_FAILED, |
| + ERROR_ATTRIBUTE_LENGTH_INVALID, |
| + ERROR_OFFSET_INVALID, |
| + ERROR_REQUEST_FAILED, |
| + ERROR_WRITE_FAILED, |
| + ERROR_READ_FAILED |
| }; |
| typedef std::vector<BluetoothUUID> UUIDList; |