Hi Pauli, On Sat, Mar 1, 2025 at 10:58 AM Pauli Virtanen <pav@xxxxxx> wrote: > > Allow user to remove specific streams by calling > ClearConfiguration(transport_path) on the endpoint. If the path is the > endpoint path instead, clear all streams associated with the endpoint. > --- > doc/org.bluez.MediaEndpoint.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/org.bluez.MediaEndpoint.rst b/doc/org.bluez.MediaEndpoint.rst > index f2b830ab0..b81106f0b 100644 > --- a/doc/org.bluez.MediaEndpoint.rst > +++ b/doc/org.bluez.MediaEndpoint.rst > @@ -109,6 +109,12 @@ void ClearConfiguration(object transport) > > Clear transport configuration. > > + **Server role:** [ISO only] > + > + Close the stream associated with the given transport. If the > + path given is the path of this endpoint, all its streams are > + closed. This seems sort of trivial, that said we can't really guarantee the MediaTransports will be closed even if we send an ASCS_Release operation the server may still cache the codec configuration. > void Release() > `````````````` > > -- > 2.48.1 > > -- Luiz Augusto von Dentz