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(-)

Comments

bluez.test.bot@gmail.com April 24, 2025, 5:08 p.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=955284

---Test result---

Test Summary:
CheckPatch                    PENDING   0.38 seconds
GitLint                       PENDING   0.28 seconds
BuildEll                      PASS      21.61 seconds
BluezMake                     PASS      3048.67 seconds
MakeCheck                     PASS      20.51 seconds
MakeDistcheck                 PASS      207.32 seconds
CheckValgrind                 PASS      280.12 seconds
CheckSmatch                   PASS      309.45 seconds
bluezmakeextell               PASS      131.69 seconds
IncrementalBuild              PENDING   0.36 seconds
ScanBuild                     PASS      958.45 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth
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.