summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-08-24 14:19:40 -0700
committerAyush Garg <ayush.garg@samsung.com>2024-01-05 19:04:03 +0530
commit7a4a1bc7a7b12293db6d4b249528f239d06d2687 (patch)
tree4151ffecfc5c9870b97ec0228ab5ab97b3c168d9
parent7ec16b033bff3c9d4b2f31a8aca05023ea3940ea (diff)
downloadbluez-7a4a1bc7a7b12293db6d4b249528f239d06d2687.tar.gz
bluez-7a4a1bc7a7b12293db6d4b249528f239d06d2687.tar.bz2
bluez-7a4a1bc7a7b12293db6d4b249528f239d06d2687.zip
media-api: Make QoS a single property
This moves QoS related properties to a single dictionary.
-rwxr-xr-xdoc/media-api.txt78
1 files changed, 55 insertions, 23 deletions
diff --git a/doc/media-api.txt b/doc/media-api.txt
index 3a0ec38e..cbcfac85 100755
--- 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.