diff mbox series

[BlueZ,1/2] org.bluez.Media: add SupportedFeatures

Message ID fb302ed17cf2a4331d7ca57529cdbdde80376d82.1745233468.git.pav@iki.fi
State New
Headers show
Series [BlueZ,1/2] org.bluez.Media: add SupportedFeatures | expand

Commit Message

Pauli Virtanen April 21, 2025, 11:04 a.m. UTC
Add SupportedFeatures property for feature information that applications
cannot find otherwise.

Add feature tx-timestamping. Applications cannot enable it on old BlueZ
versions without that feature, as it requires special handling on BlueZ
side.
---
 doc/org.bluez.Media.rst | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/org.bluez.Media.rst b/doc/org.bluez.Media.rst
index ecd982652..d41329ccb 100644
--- a/doc/org.bluez.Media.rst
+++ b/doc/org.bluez.Media.rst
@@ -7,7 +7,7 @@  BlueZ D-Bus Media API documentation
 -----------------------------------
 
 :Version: BlueZ
-:Date: September 2023
+:Date: April 2025
 :Manual section: 5
 :Manual group: Linux System Administration
 
@@ -131,3 +131,14 @@  array{string} SupportedUUIDs [readonly]
 
 	List of 128-bit UUIDs that represents the supported Endpoint
 	registration.
+
+array{string} SupportedFeatures [readonly]
+``````````````````````````````````````````
+
+	List of strings that represent supported special features.
+	Possible values:
+
+	:"tx-timestamping":
+
+		Media applications are allowed to enable kernel TX
+		timestamping for acquired fds.