public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 0/3] Add ability to desynchronized transports for PTS tests
@ 2026-04-28  8:03 Frédéric Danis
  2026-04-28  8:03 ` [PATCH BlueZ v2 1/3] audio: Add ability to desynchronized linked transport Frédéric Danis
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Frédéric Danis @ 2026-04-28  8:03 UTC (permalink / raw)
  To: linux-bluetooth

If bluetoothd is started in testing mode a new Desynchronized property
is added to org.bluez.MediaTransport1, allowing to prevent automatic
acquire of linked transport objects.

When desynchronized, each transports needs to be acquired separately.

This allows to pass PTS tests BAP/UCL/STR/BV-543-C and BV-546-C which
requires to connect the ISO streams with one ASE in "Enable" state
while the other is in "Config QoS" state.

v1->v2:
  - renamed 'desynchronized' to 'desync' in profiles/audio/transport.c
  - added a comment for the 'desync' variable of 'struct bap_transport'
    in profiles/audio/transport.c 

Frédéric Danis (3):
  audio: Add ability to desynchronized linked transport
  doc: Add documentation for CIS transport Desynchronized property
  client/player: Add support to desynchronize linked transports

 client/player.c                  |  76 +++++++++++++++++++-
 doc/org.bluez.MediaTransport.rst |  14 ++++
 profiles/audio/transport.c       | 116 +++++++++++++++++++++++++++----
 3 files changed, 192 insertions(+), 14 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-04-28 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28  8:03 [PATCH BlueZ v2 0/3] Add ability to desynchronized transports for PTS tests Frédéric Danis
2026-04-28  8:03 ` [PATCH BlueZ v2 1/3] audio: Add ability to desynchronized linked transport Frédéric Danis
2026-04-28 11:02   ` Add ability to desynchronized transports for PTS tests bluez.test.bot
2026-04-28  8:03 ` [PATCH BlueZ v2 2/3] doc: Add documentation for CIS transport Desynchronized property Frédéric Danis
2026-04-28  8:03 ` [PATCH BlueZ v2 3/3] client/player: Add support to desynchronize linked transports Frédéric Danis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox