Diff between 65988b31766ea520986f306be7a3f00f7dd97dfa and 9f7659a44601e043bdb6724b0ab4f3f59c46e9fe
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/a2dp.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 4001ea0..8f14173 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -1686,7 +1686,7 @@ static gboolean get_uuid(const GDBusPropertyTable *property,
uuid = A2DP_SOURCE_UUID;
break;
case AVDTP_SEP_TYPE_SINK:
- uuid = A2DP_SOURCE_UUID;
+ uuid = A2DP_SINK_UUID;
break;
default:
uuid = "";