From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ] media-api: Make QoS a single property
Date: Mon, 28 Aug 2023 16:32:39 -0700 [thread overview]
Message-ID: <20230828233239.634106-1-luiz.dentz@gmail.com> (raw)
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This moves QoS related properties to a single dictionary.
---
doc/media-api.txt | 78 +++++++++++++++++++++++++++++++++--------------
1 file changed, 55 insertions(+), 23 deletions(-)
diff --git a/doc/media-api.txt b/doc/media-api.txt
index 3a0ec38e244d..cbcfac85c27b 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -816,42 +816,74 @@ Properties object Device [readonly]
Linked transport objects which the transport is
associated with.
- byte CIG [ISO only, optional, experimental]
+ dict QoS [readonly, optional, ISO only, experimental]
- Indicates configured QoS CIG.
Only present when QoS is configured.
- byte CIS [ISO only, optional, experimental]
+ Possible values for Unicast:
- Indicates configured QoS CIS.
- Only present when QoS is configured.
+ byte CIG
- uint32 Interval [ISO only, optional, experimental]
+ Indicates configured CIG.
- Indicates configured QoS interval.
- Only present when QoS is configured.
+ byte CIS
- boolean Framing [ISO only, optional, experimental]
+ Indicates configured CIS.
- Indicates configured QoS framing.
- Only present when QoS is configured.
+ uint32 Interval
- byte PHY [ISO only, optional, experimental]
+ Indicates configured ISO interval.
- Indicates configured QoS PHY.
- Only present when QoS is configured.
+ boolean Framing
- uint16 SDU [ISO only, optional, experimental]
+ Indicates configured framing.
- Indicates configured QoS SDU.
- Only present when QoS is configured.
+ byte PHY
- byte Retransmissions [ISO only, optional, experimental]
+ Indicates configured PHY.
- Indicates configured QoS retransmissions.
- Only present when QoS is configured.
+ uint16 SDU
- uint16 Latency [ISO only, optional, experimental]
+ Indicates configured SDU.
- Indicates configured QoS latency.
- Only present when QoS is configured.
+ byte Retransmissions
+
+ Indicates configured retransmissions.
+
+ uint16 Latency
+
+ Indicates configured transport latency.
+
+ Possible values for Broadcast:
+
+ byte BIG
+
+ Indicates configured QoS BIG.
+
+ byte BIS
+
+ Indicates configured BIS.
+
+ uint32 SyncInterval
+
+ Indicates configured broadcast sync interval.
+
+ uint32 Interval
+
+ Indicates configured ISO interval.
+
+ byte PHY
+
+ Indicates configured PHY.
+
+ uint16 SDU
+
+ Indicates configured maximum SDU.
+
+ byte SyncTimeout
+
+ Indicates configured broadcast sync timeout.
+
+ uint16 Latency
+
+ Indicates configured transport latency.
--
2.41.0
next reply other threads:[~2023-08-28 23:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 23:32 Luiz Augusto von Dentz [this message]
2023-08-29 0:56 ` [BlueZ] media-api: Make QoS a single property bluez.test.bot
2023-08-30 23:00 ` [PATCH BlueZ] " patchwork-bot+bluetooth
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=20230828233239.634106-1-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.