linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 0/2] Code handling for VOCS service
@ 2023-06-07 12:13 Nitin Jadhav
  2023-06-07 12:13 ` [PATCH BlueZ v2 1/2] Added initial code for handling VOCS Nitin Jadhav
  2023-06-07 12:13 ` [PATCH BlueZ v2 2/2] Make VOCS (Secondary) as an included service of VCS (Primary) Nitin Jadhav
  0 siblings, 2 replies; 5+ messages in thread
From: Nitin Jadhav @ 2023-06-07 12:13 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

All the code implementation has been tested using PTS testing the verdict is PASS for all mandatory test cases.

Thank you in advance for your review.

Warm Regards
Nitin Jadhav


Nitin Jadhav (2):
  Added initial code for handling VOCS
  Fixed the following issue observed during PTS testing for mandatory
    test cases - Specified Upper and Lower Limit for Volume offset -
    Corrected the number of handles for VOCS - VOCS is made as included
    service of VCS because VOCS is secondary service and VSC is primary
    service

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

-- 
2.34.1


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

end of thread, other threads:[~2023-06-07 13:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07 12:13 [PATCH BlueZ v2 0/2] Code handling for VOCS service Nitin Jadhav
2023-06-07 12:13 ` [PATCH BlueZ v2 1/2] Added initial code for handling VOCS Nitin Jadhav
2023-06-07 12:24   ` Paul Menzel
2023-06-07 13:37   ` Code handling for VOCS service bluez.test.bot
2023-06-07 12:13 ` [PATCH BlueZ v2 2/2] Make VOCS (Secondary) as an included service of VCS (Primary) Nitin Jadhav

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