| 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) {
|
| }
|
|
|
|
|