summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_audio_sink.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_audio_sink.cc')
-rw-r--r--device/bluetooth/bluetooth_audio_sink.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_audio_sink.cc b/device/bluetooth/bluetooth_audio_sink.cc
index 4c9435e..75247fe 100644
--- a/device/bluetooth/bluetooth_audio_sink.cc
+++ b/device/bluetooth/bluetooth_audio_sink.cc
@@ -27,6 +27,9 @@ namespace {
namespace device {
+// static
+const uint16_t BluetoothAudioSink::kInvalidVolume = 128;
+
BluetoothAudioSink::Options::Options() : codec(kDefaultCodec) {
capabilities.assign(kDefaultCapabilities,
kDefaultCapabilities + sizeof(kDefaultCapabilities));