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

Unified Diff: chromeos/dbus/bluetooth_media_client.cc

Issue 876153002: device/bluetooth:Implement Register() for BluetoothAudioSinkChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused include, moved default codec and fixed nits. Created 5 years, 11 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
Index: chromeos/dbus/bluetooth_media_client.cc
diff --git a/chromeos/dbus/bluetooth_media_client.cc b/chromeos/dbus/bluetooth_media_client.cc
index 721b9d851971455c2bd7514bfa932d98afb804b9..23fc2ed265e025ed90f82617632123b43ec01415 100644
--- a/chromeos/dbus/bluetooth_media_client.cc
+++ b/chromeos/dbus/bluetooth_media_client.cc
@@ -38,9 +38,14 @@ const char kCapabilitiesEndpointProperty[] = "Capabilities";
namespace chromeos {
+// static
const char BluetoothMediaClient::kNoResponseError[] =
"org.chromium.Error.NoResponse";
+// static
+const char BluetoothMediaClient::kBluetoothAudioSinkUUID[] =
+ "0000110b-0000-1000-8000-00805f9b34fb";
+
BluetoothMediaClient::EndpointProperties::EndpointProperties() : codec(0x00) {
}

Powered by Google App Engine
This is Rietveld 408576698