mbox series

[BlueZ,v2,0/1] doc: Add initial MediaAssistant rst

Message ID 20240703145839.34828-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series doc: Add initial MediaAssistant rst | expand

Message

Iulia Tanasescu July 3, 2024, 2:58 p.m. UTC
This proposes a new D-Bus API to be used by the BAP Broadcast Assistant
role.

The Push method on a MediaAssistant object sends stream information to
the peer device. The stream information refers to stream metadata and
the Broadacast_Code to decrypt the stream, in case it is encrypted.

Compared to the last patch version, this updates the proposed
MediaAssistant props, to include stream metadata and a QoS dict,
with the encryption status and the Broadacast_Code.

These props will be provided by the user to the Push method. If the
user does not wish to enter new values for the props, the values
discovered in the stream BASE will be sent to the peer.

Iulia Tanasescu (1):
  doc: Add initial MediaAssistant rst

 Makefile.am                      |  6 +--
 doc/org.bluez.MediaAssistant.rst | 74 ++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+), 3 deletions(-)
 create mode 100644 doc/org.bluez.MediaAssistant.rst


base-commit: be0b08770e9214592e89589b2dc069426c0d9b91

Comments

patchwork-bot+bluetooth@kernel.org July 9, 2024, 2:50 p.m. UTC | #1
Hello:

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

On Wed,  3 Jul 2024 17:58:38 +0300 you wrote:
> This proposes a new D-Bus API to be used by the BAP Broadcast Assistant
> role.
> 
> The Push method on a MediaAssistant object sends stream information to
> the peer device. The stream information refers to stream metadata and
> the Broadacast_Code to decrypt the stream, in case it is encrypted.
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/1] doc: Add initial MediaAssistant rst
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=66a76c268d05

You are awesome, thank you!