summaryrefslogtreecommitdiff
path: root/profiles/audio/a2dp.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-02-07 15:40:06 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-01-28 13:58:29 +0200
commite69632e5320bd9d279255c24d23d83c7a1f2cc90 (patch)
tree8a235bad4ea0dd41a6d6a7cff52113aa0c57d9f2 /profiles/audio/a2dp.c
parent6fc8b2d14badd0bd9877f45ae740f75c0fb1c2d1 (diff)
downloadbluez-e69632e5320bd9d279255c24d23d83c7a1f2cc90.tar.gz
core/profile: Add version information to btd_profile
Diffstat (limited to 'profiles/audio/a2dp.c')
-rw-r--r--profiles/audio/a2dp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 65255693d..04e49bb41 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -2427,6 +2427,7 @@ static void media_server_remove(struct btd_adapter *adapter)
static struct btd_profile a2dp_source_profile = {
.name = "a2dp-source",
.priority = BTD_PROFILE_PRIORITY_MEDIUM,
+ .version = 0x0103,
.remote_uuid = A2DP_SOURCE_UUID,
.device_probe = a2dp_source_probe,
@@ -2443,6 +2444,7 @@ static struct btd_profile a2dp_source_profile = {
static struct btd_profile a2dp_sink_profile = {
.name = "a2dp-sink",
.priority = BTD_PROFILE_PRIORITY_MEDIUM,
+ .version = 0x0103,
.remote_uuid = A2DP_SINK_UUID,
.device_probe = a2dp_sink_probe,