mbox series

[BlueZ,0/2] unit: Introduce test-bass

Message ID 20230529084650.72126-1-iulia.tanasescu@nxp.com
Headers show
Series unit: Introduce test-bass | expand

Message

Iulia Tanasescu May 29, 2023, 8:46 a.m. UTC
This adds 3 unit tests for BASS server, to simulate the
Generic GATT Integrated Test suite for BASS.

This patch also adds the Write Without Response
property to the Broadcast Audio Scan Control Point
characteristic, which is mandatory according to BASS
specification.

Iulia Tanasescu (2):
  shared/bass: Add Write Without Response property to the CP
    characteristic
  unit: Introduce test-bass

 Makefile.am       |   6 +
 src/shared/bass.c |   3 +-
 unit/test-bass.c  | 397 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 405 insertions(+), 1 deletion(-)
 create mode 100644 unit/test-bass.c


base-commit: 7002ecc8914ab1f22e36bd98c4d46eb760edf767

Comments

patchwork-bot+bluetooth@kernel.org May 30, 2023, 11: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 Mon, 29 May 2023 11:46:48 +0300 you wrote:
> This adds 3 unit tests for BASS server, to simulate the
> Generic GATT Integrated Test suite for BASS.
> 
> This patch also adds the Write Without Response
> property to the Broadcast Audio Scan Control Point
> characteristic, which is mandatory according to BASS
> specification.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/2] shared/bass: Add Write Without Response property to the CP characteristic
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c39317ed42cb
  - [BlueZ,2/2] unit: Introduce test-bass
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=1248bdd43291

You are awesome, thank you!