mbox series

[BlueZ,v2,0/5] Add 'broadcasting' state

Message ID 20240725115854.234781-1-vlad.pruteanu@nxp.com
Headers show
Series Add 'broadcasting' state | expand

Message

Vlad Pruteanu July 25, 2024, 11:58 a.m. UTC
This series adds a new 'broadcasting' state for transports created by
the Broadcast Sink device as a result of scanning a Broadcast Source.
Such transports will remain  in the 'idle' state until the user
selects them, at which point they will be moved to 'broadcasting'.
PipeWire detects these transports and automatically acquires them.
 
The transport selection is done using the 'transport.select' method,
that this series implements. The user can thus select the BIS that
he wishes to sync to.
 
A PR has also been opened for PipeWire, I added Pauli to CC so that
he is also aware of this change.

Vlad Pruteanu (5):
  doc/media: Add 'broadcasting' state and 'Select' method
  transport: Add 'broadcasting' state
  transport: Add "select" method
  client/player: Expose transport "select" method to the user
  transport: Broadcast sink: wait for user to select transport

 client/player.c                  | 52 +++++++++++++++++++++++++++++++
 doc/org.bluez.MediaTransport.rst | 16 +++++++++-
 profiles/audio/transport.c       | 53 +++++++++++++++++++++++++++-----
 3 files changed, 112 insertions(+), 9 deletions(-)