summaryrefslogtreecommitdiff
path: root/profiles/health/hdp_manager.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/health/hdp_manager.c
parent6fc8b2d14badd0bd9877f45ae740f75c0fb1c2d1 (diff)
downloadbluez-e69632e5320bd9d279255c24d23d83c7a1f2cc90.tar.gz
core/profile: Add version information to btd_profile
Diffstat (limited to 'profiles/health/hdp_manager.c')
-rw-r--r--profiles/health/hdp_manager.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/health/hdp_manager.c b/profiles/health/hdp_manager.c
index 401adf6e9..c66c6b6a1 100644
--- a/profiles/health/hdp_manager.c
+++ b/profiles/health/hdp_manager.c
@@ -70,6 +70,8 @@ static void hdp_driver_remove(struct btd_service *service)
static struct btd_profile hdp_source_profile = {
.name = "hdp-source",
+ .version = 0x0100,
+
.remote_uuid = HDP_SOURCE_UUID,
.device_probe = hdp_driver_probe,
@@ -81,6 +83,8 @@ static struct btd_profile hdp_source_profile = {
static struct btd_profile hdp_sink_profile = {
.name = "hdp-sink",
+ .version = 0x0100,
+
.remote_uuid = HDP_SINK_UUID,
.device_probe = hdp_driver_probe,