summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2023-03-15 22:16:39 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-03-17 09:36:01 -0700
commit39260c3cfa056321feaf1d49fe8db92e17b386f0 (patch)
treecc6eb366584445da8b1587c71d2d7ea4b43a6ef0 /doc
parent28422cd231196037ae7d52f8803ff282482c607e (diff)
downloadbluez-39260c3cfa056321feaf1d49fe8db92e17b386f0.tar.gz
doc: describe new ISO Transport properties
Document the currently undocumented transport QoS properties.
Diffstat (limited to 'doc')
-rw-r--r--doc/media-api.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/media-api.txt b/doc/media-api.txt
index 281f72c1e..3746ccd55 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -804,3 +804,43 @@ Properties object Device [readonly]
Linked transport objects which the transport is
associated with.
+
+ byte CIG [ISO only, optional, experimental]
+
+ Indicates configured QoS CIG.
+ Only present when QoS is configured.
+
+ byte CIS [ISO only, optional, experimental]
+
+ Indicates configured QoS CIS.
+ Only present when QoS is configured.
+
+ uint32 Interval [ISO only, optional, experimental]
+
+ Indicates configured QoS interval.
+ Only present when QoS is configured.
+
+ boolean Framing [ISO only, optional, experimental]
+
+ Indicates configured QoS framing.
+ Only present when QoS is configured.
+
+ byte PHY [ISO only, optional, experimental]
+
+ Indicates configured QoS PHY.
+ Only present when QoS is configured.
+
+ uint16 SDU [ISO only, optional, experimental]
+
+ Indicates configured QoS SDU.
+ Only present when QoS is configured.
+
+ byte Retransmissions [ISO only, optional, experimental]
+
+ Indicates configured QoS retransmissions.
+ Only present when QoS is configured.
+
+ uint16 Latency [ISO only, optional, experimental]
+
+ Indicates configured QoS latency.
+ Only present when QoS is configured.