summaryrefslogtreecommitdiff
path: root/profiles/health/hdp_manager.c
diff options
context:
space:
mode:
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,