summaryrefslogtreecommitdiff
path: root/profiles/audio/avrcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio/avrcp.c')
-rw-r--r--profiles/audio/avrcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c
index 5101d227a..f9980b37e 100644
--- a/profiles/audio/avrcp.c
+++ b/profiles/audio/avrcp.c
@@ -4326,6 +4326,7 @@ static struct btd_profile avrcp_target_profile = {
.remote_uuid = AVRCP_TARGET_UUID,
.local_uuid = AVRCP_REMOTE_UUID,
+ .auth_uuid = AVRCP_REMOTE_UUID,
.device_probe = avrcp_target_probe,
.device_remove = avrcp_target_remove,
@@ -4412,6 +4413,7 @@ static struct btd_profile avrcp_controller_profile = {
.remote_uuid = AVRCP_REMOTE_UUID,
.local_uuid = AVRCP_TARGET_UUID,
+ .auth_uuid = AVRCP_REMOTE_UUID,
.device_probe = avrcp_controller_probe,
.device_remove = avrcp_controller_remove,