Diff between fa33166bd1868248673152fbd93ef67bd484e32d and c6d68923a6d5b6e9bcef970eb9fdfa9c93251aa7
Changed Files
| File | Additions | Deletions | Status |
| audio/manager.c | +2 | -1 | modified |
Full Patch
diff --git a/audio/manager.c b/audio/manager.c
index 26cd9bf..b052009 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -1093,7 +1093,8 @@ static struct btd_profile gateway_profile = {
static struct btd_profile a2dp_profile = {
.name = "audio-a2dp",
- .remote_uuids = BTD_UUIDS(A2DP_SOURCE_UUID, A2DP_SINK_UUID),
+ .remote_uuids = BTD_UUIDS(A2DP_SOURCE_UUID, A2DP_SINK_UUID,
+ ADVANCED_AUDIO_UUID),
.device_probe = a2dp_probe,
.device_remove = audio_remove,