All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/2] shared/bap: Fix BASE parsing
@ 2025-01-17 14:06 Iulia Tanasescu
  2025-01-17 14:06 ` [PATCH BlueZ 1/2] btio: Set correct length for getsockopt Iulia Tanasescu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Iulia Tanasescu @ 2025-01-17 14:06 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, andrei.istodorescu,
	luiz.dentz, Iulia Tanasescu

This patch adds some fixes for the BASE parsing logic in BAP:

The first commit fixes the getsockopt call for BT_ISO_BASE, to
make sure that the correct BASE length is read from the kernel.

The second commit adds a missing case in the BASE parsing logic
for Broadcast Sinks: the BASE structure might contain level 3
(BIS specific) configuration LTV types that are not present at
level 2 (subgroup level). These values should also be appended
to the final BIS configuration.

Iulia Tanasescu (2):
  btio: Set correct length for getsockopt
  shared/bap: Append extra L3 LTVs to BIS config

 btio/btio.c      |  3 ++-
 src/shared/bap.c | 28 +++++++++++++++++++++++++++-
 2 files changed, 29 insertions(+), 2 deletions(-)


base-commit: 2ee08ffd4d469781dc627fa50b4a015d9ad68007
-- 
2.43.0


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

end of thread, other threads:[~2025-01-17 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 14:06 [PATCH BlueZ 0/2] shared/bap: Fix BASE parsing Iulia Tanasescu
2025-01-17 14:06 ` [PATCH BlueZ 1/2] btio: Set correct length for getsockopt Iulia Tanasescu
2025-01-17 15:06   ` shared/bap: Fix BASE parsing bluez.test.bot
2025-01-17 14:06 ` [PATCH BlueZ 2/2] shared/bap: Append extra L3 LTVs to BIS config Iulia Tanasescu
2025-01-17 18:10 ` [PATCH BlueZ 0/2] shared/bap: Fix BASE parsing patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.