mbox series

[BlueZ,0/3] Add additional Broadcast tests/options

Message ID 20230419134354.61950-1-iulia.tanasescu@nxp.com
Headers show
Series Add additional Broadcast tests/options | expand

Message

Iulia Tanasescu April 19, 2023, 1:43 p.m. UTC
This patch series enhances the Broadcast tests/APIs available
in isotest.c and iso-tester.c, by making use of the
encryption and the bcode parameters of the broadcast
QoS structure.

For isotest.c, two additional command line options have been
added - the user will be able to specify the BIG encryption
value and to provide a broadcast code for the encrypted BIG.

For iso-tester.c, two additional Broadcast tests have been added - 
One for an encrypted Broadcast Source, and one for an encrypted
Broadcast Sink.

Iulia Tanasescu (3):
  monitor/packet: Fix BIG encryption decoding
  tools/isotest: Add BIG encryption options
  tools/iso-tester: Add Broadcast tests for encrypted BIG

 emulator/btdev.c   |   8 ++++
 emulator/bthost.c  |   5 ++-
 emulator/bthost.h  |   4 +-
 monitor/bt.h       |   2 +
 monitor/packet.c   |   3 +-
 tools/iso-tester.c |  64 ++++++++++++++++++++++++----
 tools/isotest.c    | 101 ++++++++++++++++++++++++++++++++-------------
 tools/isotest.rst  |  19 +++++++++
 8 files changed, 167 insertions(+), 39 deletions(-)


base-commit: 4d197b859e57a9101e26a9ff341dba3da32ebf77

Comments

patchwork-bot+bluetooth@kernel.org April 19, 2023, 9: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 Wed, 19 Apr 2023 16:43:51 +0300 you wrote:
> This patch series enhances the Broadcast tests/APIs available
> in isotest.c and iso-tester.c, by making use of the
> encryption and the bcode parameters of the broadcast
> QoS structure.
> 
> For isotest.c, two additional command line options have been
> added - the user will be able to specify the BIG encryption
> value and to provide a broadcast code for the encrypted BIG.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/3] monitor/packet: Fix BIG encryption decoding
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=180d1c9ad028
  - [BlueZ,2/3] tools/isotest: Add BIG encryption options
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ce1eb5dd0a03
  - [BlueZ,3/3] tools/iso-tester: Add Broadcast tests for encrypted BIG
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b56479f4f5a3

You are awesome, thank you!