mbox series

[BlueZ,v2,0/5] iso-tester: Add tests for Broadcast Receiver sync to 2 BIGs

Message ID 20241101115118.43891-1-iulia.tanasescu@nxp.com
Headers show
Series iso-tester: Add tests for Broadcast Receiver sync to 2 BIGs | expand

Message

Iulia Tanasescu Nov. 1, 2024, 11:51 a.m. UTC
This adds new Broadcast Receiver tests, for a Broadcast Sink
synchronizing to 2 Broadcasters, with and without defer setup.

ISO Broadcaster Receiver2 - Success
ISO Broadcaster Receiver2 Defer - Success

This also adds emulator support for creating PA sync with
multiple trains and for sync with multiple BIGs.

This patch depends on the kernel support introduced by
https://patchwork.kernel.org/project/bluetooth/cover/20241101082339.4278-1-iulia.tanasescu@nxp.com/

Iulia Tanasescu (5):
  btdev: Add support for syncing to multiple PA trains
  btdev: Add support for syncing to multiple BIGs
  iso-tester: Fix memory leaks in iso_accept_cb
  iso-tester: Add test for Broadcast Receiver sync to 2 BIGs
  iso-tester: Add test for Broadcast Receiver Defer sync to 2 BIGs

 emulator/btdev.c   | 233 ++++++++++++++++++++++++++++++++++-----------
 tools/iso-tester.c | 177 ++++++++++++++++++++++++++--------
 2 files changed, 318 insertions(+), 92 deletions(-)


base-commit: 9e0bc3e63c924037fb483f3b1f08e5348399f8a2

Comments

patchwork-bot+bluetooth@kernel.org Nov. 5, 2024, 2:20 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,  1 Nov 2024 13:51:13 +0200 you wrote:
> This adds new Broadcast Receiver tests, for a Broadcast Sink
> synchronizing to 2 Broadcasters, with and without defer setup.
> 
> ISO Broadcaster Receiver2 - Success
> ISO Broadcaster Receiver2 Defer - Success
> 
> This also adds emulator support for creating PA sync with
> multiple trains and for sync with multiple BIGs.
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/5] btdev: Add support for syncing to multiple PA trains
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=30951c983ddc
  - [BlueZ,v2,2/5] btdev: Add support for syncing to multiple BIGs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fb09ce5cfda1
  - [BlueZ,v2,3/5] iso-tester: Fix memory leaks in iso_accept_cb
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=1a55bac5595c
  - [BlueZ,v2,4/5] iso-tester: Add test for Broadcast Receiver sync to 2 BIGs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b87c3767f5e0
  - [BlueZ,v2,5/5] iso-tester: Add test for Broadcast Receiver Defer sync to 2 BIGs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=bae6c32940d8

You are awesome, thank you!