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(-)