public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 0/8] Add support for setting bcode on bcast sink
@ 2024-08-29  9:51 Vlad Pruteanu
  2024-08-29  9:51 ` [PATCH BlueZ v2 1/8] doc/media: Add Encryption and BCode fields to QoS property Vlad Pruteanu
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Vlad Pruteanu @ 2024-08-29  9:51 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: mihai-octavian.urzica, iulia.tanasescu, andrei.istodorescu,
	luiz.dentz, Vlad Pruteanu

This series allows the user to set the broadcast code before syncing
to a broadcast source. Upon calling transport.select if the source is
encrypted the user will be prompted to enter the broadcast code. Then,
the code is set in the associated stream's QoS. From here it can be
accessed by iso_do_big_sync, which will pass it to the kernel.

Vlad Pruteanu (8):
  doc/media: Add Encryption and BCode fields to QoS property
  transport: Make get_bcast_qos return the encryption flag
  gdbus: Add g_dbus_proxy_set_property_dict
  doc/media: Make QoS property readwrite
  transport: Add set_bcast_qos method
  shared/bap: Enable set qos method for BT_BAP_BCAST_SINK stream
  client/player: Prompt the user to enter the bcode
  bap: Refresh qos stored in setup before doing BIG sync

 client/player.c                  |  59 ++++++++++++++++
 doc/org.bluez.MediaTransport.rst |  12 +++-
 gdbus/client.c                   | 115 +++++++++++++++++++++++++++++++
 gdbus/gdbus.h                    |   6 ++
 profiles/audio/bap.c             |   2 +
 profiles/audio/transport.c       |  39 ++++++++++-
 src/shared/bap.c                 |   2 +-
 7 files changed, 230 insertions(+), 5 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH BlueZ v2 0/8] Add support for setting bcode on bcast sink
@ 2024-08-22 13:12 Vlad Pruteanu
  0 siblings, 0 replies; 12+ messages in thread
From: Vlad Pruteanu @ 2024-08-22 13:12 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: mihai-octavian.urzica, iulia.tanasescu, andrei.istodorescu,
	luiz.dentz, Vlad Pruteanu

This series allows the user to set the broadcast code before syncing
to a broadcast source. Upon calling transport.select if the source is
encrypted the user will be prompted to enter the broadcast code. Then,
the code is set in the associated stream's QoS. From here it can be
accessed by iso_do_big_sync, which will pass it to the kernel.

Vlad Pruteanu (8):
  doc/media: Add Encryption and BCode fields to QoS property
  transport: Make get_bcast_qos return the encryption flag
  gdbus: Add g_dbus_proxy_set_property_dict
  doc/media: Make QoS property readwrite
  transport: Add set_bcast_qos method
  shared/bap: Enable set qos method for BT_BAP_BCAST_SINK stream
  client/player: Prompt the user to enter the bcode
  bap: Refresh qos stored in setup before doing BIG sync

 client/player.c                  |  59 ++++++++++++++++
 doc/org.bluez.MediaTransport.rst |  12 +++-
 gdbus/client.c                   | 115 +++++++++++++++++++++++++++++++
 gdbus/gdbus.h                    |   6 ++
 profiles/audio/bap.c             |   2 +
 profiles/audio/transport.c       |  39 ++++++++++-
 src/shared/bap.c                 |   2 +-
 7 files changed, 230 insertions(+), 5 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2024-09-09 16:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29  9:51 [PATCH BlueZ v2 0/8] Add support for setting bcode on bcast sink Vlad Pruteanu
2024-08-29  9:51 ` [PATCH BlueZ v2 1/8] doc/media: Add Encryption and BCode fields to QoS property Vlad Pruteanu
2024-08-29 14:56   ` Add support for setting bcode on bcast sink bluez.test.bot
2024-08-29  9:52 ` [PATCH BlueZ v2 2/8] transport: Make get_bcast_qos return the encryption flag Vlad Pruteanu
2024-08-29  9:52 ` [PATCH BlueZ v2 3/8] gdbus: Add g_dbus_proxy_set_property_dict Vlad Pruteanu
2024-08-29  9:52 ` [PATCH BlueZ v2 4/8] doc/media: Make QoS property readwrite Vlad Pruteanu
2024-08-29  9:52 ` [PATCH BlueZ v2 5/8] transport: Add set_bcast_qos method Vlad Pruteanu
2024-08-29  9:52 ` [PATCH BlueZ v2 6/8] shared/bap: Enable set qos method for BT_BAP_BCAST_SINK stream Vlad Pruteanu
2024-08-29  9:52 ` [PATCH BlueZ v2 7/8] client/player: Prompt the user to enter the bcode Vlad Pruteanu
2024-08-29  9:52 ` [PATCH BlueZ v2 8/8] bap: Refresh qos stored in setup before doing BIG sync Vlad Pruteanu
2024-09-09 16:20 ` [PATCH BlueZ v2 0/8] Add support for setting bcode on bcast sink patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22 13:12 Vlad Pruteanu

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