Hi, On Mon, Apr 8, 2019 at 12:43 PM Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > Sinks were being reported as Sources. > --- > profiles/audio/a2dp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c > index 4001ea0ea..8f141739c 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 = ""; > -- > 2.20.1 Applied. -- Luiz Augusto von Dentz