mbox series

[BlueZ,0/6] bass: Handle Modify Source opcode

Message ID 20241220143106.27443-1-iulia.tanasescu@nxp.com
Headers show
Series bass: Handle Modify Source opcode | expand

Message

Iulia Tanasescu Dec. 20, 2024, 2:31 p.m. UTC
A BAP Broadcast Assistant (BASS Client) can write the Modify Source opcode
to the Broacast Audio Scan Control Point characteristic on a BAP Scan
Delegator (BASS Server), to update information about a Broadcaster, such
as metadata or PA/BIG sync requirements.

This patch adds support for handling the Modify Source opcode on the Scan
Delegator.

Iulia Tanasescu (6):
  shared/bass: Fix clearing BIS sync index
  shared/bass: Add API to set sync state
  shared/bass: Add handler for Modify Source opcode
  bass: Create setups for all BISes in BASE
  bass: Pass delegator reference to connect_cb
  bass: Handle Modify Source opcode

 profiles/audio/bass.c | 218 +++++++++++++++++++++++++++++++++++++-----
 src/shared/bass.c     | 110 ++++++++++++++++++++-
 src/shared/bass.h     |   1 +
 3 files changed, 306 insertions(+), 23 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Jan. 7, 2025, 3:10 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 Fri, 20 Dec 2024 16:31:00 +0200 you wrote:
> A BAP Broadcast Assistant (BASS Client) can write the Modify Source opcode
> to the Broacast Audio Scan Control Point characteristic on a BAP Scan
> Delegator (BASS Server), to update information about a Broadcaster, such
> as metadata or PA/BIG sync requirements.
> 
> This patch adds support for handling the Modify Source opcode on the Scan
> Delegator.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/6] shared/bass: Fix clearing BIS sync index
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9b094c56fcf2
  - [BlueZ,2/6] shared/bass: Add API to set sync state
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=86081a10bdbf
  - [BlueZ,3/6] shared/bass: Add handler for Modify Source opcode
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=547b00910735
  - [BlueZ,4/6] bass: Create setups for all BISes in BASE
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ac06953bc200
  - [BlueZ,5/6] bass: Pass delegator reference to connect_cb
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=614f2fc800f5
  - [BlueZ,6/6] bass: Handle Modify Source opcode
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e83d3021e130

You are awesome, thank you!