On Thu, 2022-11-03 at 13:26 -0700, Luiz Augusto von Dentz wrote: > Hi Bastien, > > On Wed, Nov 2, 2022 at 3:22 AM Bastien Nocera <hadess@xxxxxxxxxx> > wrote: > > > > --- > > src/main.conf | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/src/main.conf b/src/main.conf > > index 2796f155e..fbe0a97be 100644 > > --- a/src/main.conf > > +++ b/src/main.conf > > @@ -125,6 +125,8 @@ > > # 330859bc-7506-492d-9370-9a6f0614037f (BlueZ Experimental > > Bluetooth Quality Report) > > # a6695ace-ee7f-4fb9-881a-5fac66c629af (BlueZ Experimental Offload > > Codecs) > > # 6fbaf188-05e0-496a-9885-d6ddfdb4e03e (BlueZ Experimental ISO > > socket) > > +# 00002bcb-0000-1000-8000-00805f9b34fb (BlueZ Experimental LE > > Audio BAP source) > > +# 00002bc9-0000-1000-8000-00805f9b34fb (BlueZ Experimental LE > > Audio BAP sink) > > # Defaults to false. > > #KernelExperimental = false > > Not really following, these UUID are actually part of LE Audio > standard, they are not experimental, or perhaps you want to document > what UUIDs can be registered using MediaEndpoint? I got confused because those UUIDs would show up when I set "KernelExperimental = true". But that's because those UUIDs in the audio plugin are dependent on "ISO socket" support which also gets enabled when "KernelExperimental = true" is set. Feel free to drop.