aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
authorHsin-Yu Chao <hychao@google.com>2015-09-25 11:56:12 +0800
committerchrome-bot <chrome-bot@chromium.org>2015-09-29 22:45:48 -0700
commit4a77577ef89e8a3f44d6604dc3a552e33bfa79e3 (patch)
tree9dc1bc52b6ba7bed466a37ad3f77d2c4baacb864 /dbus/service_constants.h
parent89bd1868c1eb5863781b32716a3d6896e5e54bef (diff)
downloadsystem_api-4a77577ef89e8a3f44d6604dc3a552e33bfa79e3.tar.gz
service_constants: Add StableDeviceId property
This new property will be used to persist audio profile per device. BUG=chromium:308143 TEST=None Change-Id: I0f05f1c2c96451bd43831d1c267cedcbf936c32d Reviewed-on: https://chromium-review.googlesource.com/302273 Commit-Ready: Hsinyu Chao <hychao@chromium.org> Tested-by: Hsinyu Chao <hychao@chromium.org> Reviewed-by: Chinyue Chen <chinyue@chromium.org>
Diffstat (limited to 'dbus/service_constants.h')
-rw-r--r--dbus/service_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 96f0c27..8d2b431 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -867,6 +867,7 @@ const char kDeviceNameProperty[] = "DeviceName";
const char kActiveProperty[] = "Active";
const char kPluggedTimeProperty[] = "PluggedTime";
const char kMicPositionsProperty[] = "MicPositions";
+const char kStableDeviceIdProperty[] = "StableDeviceId";
// Signals.
const char kOutputVolumeChanged[] = "OutputVolumeChanged";