All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v4 3/6] org.bluez.MediaEndpoint: Add ChannelAllocation to SelectProperties
Date: Mon, 11 Dec 2023 16:25:13 -0500	[thread overview]
Message-ID: <20231211212516.577426-3-luiz.dentz@gmail.com> (raw)
In-Reply-To: <20231211212516.577426-1-luiz.dentz@gmail.com>

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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


  parent reply	other threads:[~2023-12-11 21:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11 21:25 [PATCH BlueZ v4 1/6] bap: Allow setup of multiple stream per endpoint Luiz Augusto von Dentz
2023-12-11 21:25 ` [PATCH BlueZ v4 2/6] shared/bap: Make bt_bap_select match the channel map Luiz Augusto von Dentz
2023-12-11 21:25 ` Luiz Augusto von Dentz [this message]
2023-12-11 21:25 ` [PATCH BlueZ v4 4/6] shared/bap: Make bt_bap_select select a location Luiz Augusto von Dentz
2023-12-14 16:55   ` Pauli Virtanen
2023-12-11 21:25 ` [PATCH BlueZ v4 5/6] shared/bap: Fix stream IO linking Luiz Augusto von Dentz
2023-12-11 21:25 ` [PATCH BlueZ v4 6/6] client/player: Use ChannelAllocation given on SelectProperties Luiz Augusto von Dentz
2023-12-11 23:31 ` [BlueZ,v4,1/6] bap: Allow setup of multiple stream per endpoint bluez.test.bot
2023-12-12 17:54   ` Luiz Augusto von Dentz
2023-12-13 15:56     ` Iulia Tanasescu
2023-12-13 16:07       ` Luiz Augusto von Dentz
2023-12-14 16:24         ` Iulia Tanasescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231211212516.577426-3-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.