| Index: device/bluetooth/bluetooth_audio_sink.h
|
| diff --git a/device/bluetooth/bluetooth_audio_sink.h b/device/bluetooth/bluetooth_audio_sink.h
|
| index 331ef0d83d1dac7653b745d899a694339ae7fce2..03b05f6dfdc504de56e1ae5988535e5b5cb67605 100644
|
| --- a/device/bluetooth/bluetooth_audio_sink.h
|
| +++ b/device/bluetooth/bluetooth_audio_sink.h
|
| @@ -40,8 +40,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAudioSink
|
| // Possible types of error raised by Audio Sink object.
|
| enum ErrorCode {
|
| ERROR_UNSUPPORTED_PLATFORM, // A2DP sink not supported on current platform.
|
| - ERROR_INVALID_ADAPTER, // BluetoothAdapter not presented/powered.
|
| - ERROR_NOT_REGISTERED, // BluetoothAudioSink not registered.
|
| + ERROR_INVALID_ADAPTER, // BluetoothAdapter not present/powered.
|
| + ERROR_NOT_REGISTERED, // BluetoothAudioSink not registered.
|
| + ERROR_NOT_UNREGISTERED, // BluetoothAudioSink not unregistered.
|
| };
|
|
|
| // Options to configure an A2DP audio sink.
|
|
|