mbox series

[BlueZ,v4,0/3] Add code to support dynamically generated BASE

Message ID 20240123125145.70371-1-silviu.barbulescu@nxp.com (mailing list archive)
Headers show
Series Add code to support dynamically generated BASE | expand

Message

Silviu Florian Barbulescu Jan. 23, 2024, 12:51 p.m. UTC
This removes hardcoded BASE from client/player and adds support to
dynamically generate BASE from preset provided when configuring
a broadcast source endpoint.

Silviu Florian Barbulescu (3):
  shared/bap: Add code to support dynamically generated BASE from
    presets
  client/player:Remove hardcoded BASE for broadcast to use presets
  bap: Use the information in SetConfiguration to generate BASE

 client/player.c      | 153 +++++++++---------
 profiles/audio/bap.c |  21 +--
 src/shared/bap.c     | 364 +++++++++++++++++++++++++++++++++++++++++++
 src/shared/bap.h     |   2 +
 4 files changed, 449 insertions(+), 91 deletions(-)


base-commit: a9d1f6f6a625607de6c3f5b7a40a3aac5f36c02b

Comments

patchwork-bot+bluetooth@kernel.org Jan. 23, 2024, 6:41 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 Tue, 23 Jan 2024 14:51:42 +0200 you wrote:
> This removes hardcoded BASE from client/player and adds support to
> dynamically generate BASE from preset provided when configuring
> a broadcast source endpoint.
> 
> Silviu Florian Barbulescu (3):
>   shared/bap: Add code to support dynamically generated BASE from
>     presets
>   client/player:Remove hardcoded BASE for broadcast to use presets
>   bap: Use the information in SetConfiguration to generate BASE
> 
> [...]

Here is the summary with links:
  - [BlueZ,v4,1/3] shared/bap: Code to generate bcast source BASE
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e4a35bc1e2cd
  - [BlueZ,v4,2/3] client/player: Remove hardcoded BASE from player
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ba943aadd0e2
  - [BlueZ,v4,3/3] bap: Use SetConfiguration info to generate BASE
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=15e7d5a4d24a

You are awesome, thank you!