2023-12-12 20:58:22

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: [PATCH BlueZ v5 3/6] org.bluez.MediaEndpoint: Add ChannelAllocation to SelectProperties

From: Luiz Augusto von Dentz <[email protected]>

This adds ChannelAllocation to SelectProperties which when set can be
used by Endpoint implementation in the response as part of
Capabilities, note that it is not mandatory to use it so the Endpoint
may have its on logic to allocate channels.
---
doc/org.bluez.MediaEndpoint.rst | 2 ++
1 file changed, 2 insertions(+)

diff --git a/doc/org.bluez.MediaEndpoint.rst b/doc/org.bluez.MediaEndpoint.rst
index 6754d6e3b7eb..f2b830ab0949 100644
--- a/doc/org.bluez.MediaEndpoint.rst
+++ b/doc/org.bluez.MediaEndpoint.rst
@@ -79,6 +79,8 @@ dict SelectProperties(dict capabilities)

:uint32 Locations:

+ :uint32_t ChannelAllocation:
+
:dict QoS:

:byte Framing:
--
2.43.0