summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/bluetooth_media_client.h
diff options
context:
space:
mode:
authormcchou <mcchou@chromium.org>2015-02-02 18:11:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 02:13:02 +0000
commit6cf69f3915ec2b0972f36161958d10642f3d27c9 (patch)
treecfbce3af3865dfcdb6c787adf3e1b2801619ecdf /chromeos/dbus/bluetooth_media_client.h
parent332e948d08ddf9522f4132f71dd6120bd3d7deaf (diff)
downloadchromium_src-6cf69f3915ec2b0972f36161958d10642f3d27c9.zip
chromium_src-6cf69f3915ec2b0972f36161958d10642f3d27c9.tar.gz
chromium_src-6cf69f3915ec2b0972f36161958d10642f3d27c9.tar.bz2
device/bluetooth:Implement Register() for BluetoothAudioSinkChromeOS.
This CL implements Register function for BluetoothAudioSinkChromeOS and comes up with the corresponding tests. For the tests, FakeBluetoothMediaClient is changed to simulate the behavior of the real D-Bus APIs. BUG=441581 TEST=device_unittests --gtest_filter=*AudioSink* Review URL: https://codereview.chromium.org/876153002 Cr-Commit-Position: refs/heads/master@{#314244}
Diffstat (limited to 'chromeos/dbus/bluetooth_media_client.h')
-rw-r--r--chromeos/dbus/bluetooth_media_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/dbus/bluetooth_media_client.h b/chromeos/dbus/bluetooth_media_client.h
index aba6c33..2d9be6f 100644
--- a/chromeos/dbus/bluetooth_media_client.h
+++ b/chromeos/dbus/bluetooth_media_client.h
@@ -92,6 +92,9 @@ class CHROMEOS_EXPORT BluetoothMediaClient : public DBusClient {
// Constants used to indicate exceptional error conditions.
static const char kNoResponseError[];
+ // The string representation for the 128-bit UUID for A2DP Sink.
+ static const char kBluetoothAudioSinkUUID[];
+
protected:
BluetoothMediaClient();