linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v5 0/3] Code handling for VOCS service
@ 2023-06-12 13:32 Nitin Jadhav
  2023-06-12 13:32 ` [PATCH BlueZ v5 1/3] lib/uuid.h: Add VOCS characteristic uuid(s) Nitin Jadhav
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Nitin Jadhav @ 2023-06-12 13:32 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: devyani.godbole, mihai-octavian.urzica, silviu.barbulescu,
	nitin.jadhav

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-27 19:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12 13:32 [PATCH BlueZ v5 0/3] Code handling for VOCS service Nitin Jadhav
2023-06-12 13:32 ` [PATCH BlueZ v5 1/3] lib/uuid.h: Add VOCS characteristic uuid(s) Nitin Jadhav
2023-06-12 15:34   ` Code handling for VOCS service bluez.test.bot
2023-06-12 13:32 ` [PATCH BlueZ v5 2/3] shared/vcp: Add initial code for handling VOCS Nitin Jadhav
2023-06-12 13:32 ` [PATCH BlueZ v5 3/3] shared/vcp.c: Make VOCS as an included service of VCS Nitin Jadhav
2023-06-27 18:59   ` Pauli Virtanen
2023-06-27 19:14     ` Luiz Augusto von Dentz
2023-06-13 20:50 ` [PATCH BlueZ v5 0/3] Code handling for VOCS service patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).