Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: device/bluetooth/bluetooth_audio_sink.cc

Issue 939753004: device/bluetooth: Implement Unregister() of BlueotoothAudioSinkChromeOS and disconnection-related c… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_audio_sink.h ('k') | device/bluetooth/bluetooth_audio_sink_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_audio_sink.cc
diff --git a/device/bluetooth/bluetooth_audio_sink.cc b/device/bluetooth/bluetooth_audio_sink.cc
index 4c9435e9bd5f1771a146583becb72ed2c1aa12cf..75247fe08bec0ece3cd867f78fe8a16b8ab35908 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));
« no previous file with comments | « device/bluetooth/bluetooth_audio_sink.h ('k') | device/bluetooth/bluetooth_audio_sink_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698