diff mbox series

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

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

Commit Message

Pauli Virtanen May 3, 2025, 7:24 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.
---

Notes:
    v4 & v3:
    - no change
    
    v2:
    - mention user application can check tstamp types itself

 doc/org.bluez.Media.rst | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org May 6, 2025, 3 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sat,  3 May 2025 10:24:25 +0300 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [BlueZ,v4,1/2] org.bluez.Media: add SupportedFeatures
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=30d2de12868d
  - [BlueZ,v4,2/2] media: implement SupportedFeatures property
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9ea27141c71f

You are awesome, thank you!
diff mbox series

Patch

diff --git a/doc/org.bluez.Media.rst b/doc/org.bluez.Media.rst
index ecd982652..ef13a56a9 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,16 @@  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":
+
+		Bluetooth TX timestamping in media stream sockets is
+		supported by BlueZ and kernel.  Applications may check
+		kernel support for specific timestamp types via
+		SIOCETHTOOL.