All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/4] Add BASS unit tests for the SPE suite
@ 2023-10-04 15:31 Iulia Tanasescu
  2023-10-04 15:31 ` [PATCH BlueZ 1/4] btio: Bind listener to bcaster addr based on dst opt Iulia Tanasescu
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Iulia Tanasescu @ 2023-10-04 15:31 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, silviu.barbulescu,
	vlad.pruteanu, andrei.istodorescu, luiz.dentz, Iulia Tanasescu

This patch series adds BASS unit tests for the Service Procedures Error
Handling suite.

Some unit tests require the BASS Server to synchronize to a broadcast
source, as instructed by a BASS Client. For this, a testing framework
was added similar to the one used by iso-tester, to emulate hardware.

Iulia Tanasescu (4):
  btio: Bind listener to bcaster addr based on dst opt
  hciemu: Add support for setting emulator bdaddr
  shared/bass: Add miscellaneous fixes
  test-bass: Add unit tests for the SPE suite

 Makefile.am          |   7 +-
 btio/btio.c          |  24 +-
 emulator/hciemu.c    |   9 +
 emulator/hciemu.h    |   2 +
 profiles/audio/bap.c |   4 +-
 src/shared/bass.c    | 179 +++++++---
 src/shared/bass.h    |   1 +
 unit/test-bass.c     | 781 ++++++++++++++++++++++++++++++++++++++++++-
 8 files changed, 942 insertions(+), 65 deletions(-)


base-commit: 5ab5352531a9cc7058cce569607f3a6831464443
-- 
2.39.2


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

end of thread, other threads:[~2023-10-10 15:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 15:31 [PATCH BlueZ 0/4] Add BASS unit tests for the SPE suite Iulia Tanasescu
2023-10-04 15:31 ` [PATCH BlueZ 1/4] btio: Bind listener to bcaster addr based on dst opt Iulia Tanasescu
2023-10-04 17:29   ` Add BASS unit tests for the SPE suite bluez.test.bot
2023-10-04 15:31 ` [PATCH BlueZ 2/4] hciemu: Add support for setting emulator bdaddr Iulia Tanasescu
2023-10-04 15:31 ` [PATCH BlueZ 3/4] shared/bass: Add miscellaneous fixes Iulia Tanasescu
2023-10-04 15:31 ` [PATCH BlueZ 4/4] test-bass: Add unit tests for the SPE suite Iulia Tanasescu
2023-10-05 20:51   ` Luiz Augusto von Dentz
2023-10-10 15:45     ` Iulia Tanasescu
2023-10-05 21:00 ` [PATCH BlueZ 0/4] Add BASS " 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.