2024-01-29 15:37:47

by Iulia Tanasescu

[permalink] [raw]
Subject: [PATCH BlueZ 0/3] Update bcast ep register and config props

This patch removes unnecesary input prompts from broadcast ep register.
It also adds support to provide stream config options at broadcast
source endpoint config.

This is useful for a broadcast source supporting multiple streams,
since each stream could require a different config.

In client/player, the input prompts have been updated for broadcast
endpoint register and config: At broadcast ep register, the user will
enter the locally supported stream locations and context types.

At broacast source ep config, the user will provide the BIG that the
new stream will be part of, the stream Channel Allocation, and the
metadata of the subgroup to include the stream. These options will be
used to configure the BASE and the BIG.

Iulia Tanasescu (3):
bap: Parse BIG handle at endpoint config
shared/bap: Set bcast stream metadata
client/player: Update bcast endpoint input prompts

client/player.c | 186 ++++++++++++++++++++++++++++++++++---------
profiles/audio/bap.c | 7 +-
src/shared/bap.c | 20 +++--
3 files changed, 169 insertions(+), 44 deletions(-)


base-commit: 0de32f67f685b95c35a5c2f1206081af89bd88b6
--
2.39.2