summaryrefslogtreecommitdiff
path: root/profiles/audio/a2dp.c
diff options
context:
space:
mode:
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 a88a0ca08..f2be1d20f 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -2431,6 +2431,7 @@ static struct btd_profile a2dp_source_profile = {
.remote_uuid = A2DP_SOURCE_UUID,
.local_uuid = A2DP_SINK_UUID,
+ .auth_uuid = ADVANCED_AUDIO_UUID,
.device_probe = a2dp_source_probe,
.device_remove = a2dp_source_remove,
@@ -2450,6 +2451,7 @@ static struct btd_profile a2dp_sink_profile = {
.remote_uuid = A2DP_SINK_UUID,
.local_uuid = A2DP_SOURCE_UUID,
+ .auth_uuid = ADVANCED_AUDIO_UUID,
.device_probe = a2dp_sink_probe,
.device_remove = a2dp_sink_remove,