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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/health/hdp_manager.c b/profiles/health/hdp_manager.c
index c66c6b6a1..06007aedd 100644
--- a/profiles/health/hdp_manager.c
+++ b/profiles/health/hdp_manager.c
@@ -73,6 +73,7 @@ static struct btd_profile hdp_source_profile = {
.version = 0x0100,
.remote_uuid = HDP_SOURCE_UUID,
+ .local_uuid = HDP_SINK_UUID,
.device_probe = hdp_driver_probe,
.device_remove = hdp_driver_remove,
@@ -86,6 +87,7 @@ static struct btd_profile hdp_sink_profile = {
.version = 0x0100,
.remote_uuid = HDP_SINK_UUID,
+ .local_uuid = HDP_SOURCE_UUID,
.device_probe = hdp_driver_probe,
.device_remove = hdp_driver_remove,