mbox series

[BlueZ,0/1] isotest: Add support for creating/synchronizing to multiple BISes

Message ID 20230529062734.3685-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series isotest: Add support for creating/synchronizing to multiple BISes | expand

Message

Iulia Tanasescu May 29, 2023, 6:27 a.m. UTC
This adds an additional command line option for the Broadcast exercise,
so that the user can indicate the number of BISes to create as part of a
BIG (Broadcast Source), or the number of BISes to synchronize
to (Broadcast Sink).

This implementation depends on the kernel support for multiple BISes,
introduced by the following patch:

https://patchwork.kernel.org/project/bluetooth/patch/20230529061057.3107-2-iulia.tanasescu@nxp.com/

Iulia Tanasescu (1):
  isotest: Add support for creating/synchronizing to multiple BISes

 tools/isotest.c   | 290 ++++++++++++++++++++++++++++++++++------------
 tools/isotest.rst |   4 +
 2 files changed, 218 insertions(+), 76 deletions(-)


base-commit: 7002ecc8914ab1f22e36bd98c4d46eb760edf767

Comments

patchwork-bot+bluetooth@kernel.org May 30, 2023, 11:20 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 29 May 2023 09:27:33 +0300 you wrote:
> This adds an additional command line option for the Broadcast exercise,
> so that the user can indicate the number of BISes to create as part of a
> BIG (Broadcast Source), or the number of BISes to synchronize
> to (Broadcast Sink).
> 
> This implementation depends on the kernel support for multiple BISes,
> introduced by the following patch:
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] isotest: Add support for creating/synchronizing to multiple BISes
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8ff103f99397

You are awesome, thank you!