mbox series

[BlueZ,v2,0/3] Implementation of AICS service and Unit Test cases

Message ID 20231208114258.133709-1-mahesh.talewad@nxp.com
Headers show
Series Implementation of AICS service and Unit Test cases | expand

Message

Mahesh Talewad Dec. 8, 2023, 11:42 a.m. UTC
Hello Maintainers,

This Patch series contains following points:

- Implementation of Service - AICS.
	- This code covers all mandatory features of AICS.
 	- Verification: All mandatory PTS testcases of AICS are passed.
	- Specification referred for implementation:
			AICS_v1.0.pdf

- Implementation of AICS Unit Test code.
	- Implemented 15-Mandatory AICS Unit Test cases.
	- Tested all these 15-Mandatory AICS Unit Testcases and all are passed.
	- Specification referred for implementation:
			AICS.TS.p0.pdf

	  
Thank you in advance for your review.

Thanks and regards,
Mahesh Vithal Talewad

Mahesh Talewad (3):
  - Added AICS Characteristics UUID(s).
  - Code Implementation related Service- AICS
  unit/test-vcp.c: AICS unit test case implementation

 lib/uuid.h       |    7 +
 src/shared/vcp.c | 1011 ++++++++++++++++++++++++++++++-
 unit/test-vcp.c  | 1473 +++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 2459 insertions(+), 32 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Dec. 18, 2023, 8:50 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,  8 Dec 2023 13:42:55 +0200 you wrote:
> Hello Maintainers,
> 
> This Patch series contains following points:
> 
> - Implementation of Service - AICS.
> 	- This code covers all mandatory features of AICS.
>  	- Verification: All mandatory PTS testcases of AICS are passed.
> 	- Specification referred for implementation:
> 			AICS_v1.0.pdf
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/3] - Added AICS Characteristics UUID(s).
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c89ebba80f27
  - [BlueZ,v2,2/3] - Code Implementation related Service- AICS
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=172948d0d6f6
  - [BlueZ,v2,3/3] unit/test-vcp.c: AICS unit test case implementation
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=eb07ec1f6ffb

You are awesome, thank you!