mbox series

[BlueZ,v5,0/3] Code handling for VOCS service

Message ID 20230612133251.194-1-nitin.jadhav@nxp.com
Headers show
Series Code handling for VOCS service | expand

Message

Nitin Jadhav June 12, 2023, 1:32 p.m. UTC
Hello Maintainers

This patch series handles code implementation for mandatory features of Volume Offset Control Service.

Implementation of following features have been handled in this patch series
- Volume Offset Control Service
- Volume Offset State Characteristic (Read, Notify)
- Audio Location Characteristic (Read)
- Volume Offset Control Point Characteristic (Write)	
- Audio Output Description Characteristic (Read)
- Set Volume Offset

Reference Document:
- Code implementation is based on VOCS_v1.0.pdf
- Testing is done using PTS in reference to VOCS.TS.p1.pdf
- The verdict is PASS for all mandatory test cases.

Thank you in advance for your review.

Warm Regards
Nitin Jadhav

Nitin Jadhav (3):
  lib/uuid.h: Add VOCS characteristic uuid(s)
  shared/vcp: Add initial code for handling VOCS
  shared/vcp.c: Make VOCS as an included service of VCS

 lib/uuid.h       |   5 +
 src/shared/vcp.c | 565 ++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 568 insertions(+), 2 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org June 13, 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 Mon, 12 Jun 2023 19:02:48 +0530 you wrote:
> Hello Maintainers
> 
> This patch series handles code implementation for mandatory features of Volume Offset Control Service.
> 
> Implementation of following features have been handled in this patch series
> - Volume Offset Control Service
> - Volume Offset State Characteristic (Read, Notify)
> - Audio Location Characteristic (Read)
> - Volume Offset Control Point Characteristic (Write)
> - Audio Output Description Characteristic (Read)
> - Set Volume Offset
> 
> [...]

Here is the summary with links:
  - [BlueZ,v5,1/3] lib/uuid.h: Add VOCS characteristic uuid(s)
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0735ca179fdf
  - [BlueZ,v5,2/3] shared/vcp: Add initial code for handling VOCS
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=52a4d79f22c3
  - [BlueZ,v5,3/3] shared/vcp.c: Make VOCS as an included service of VCS
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d2d2d12f59d6

You are awesome, thank you!