All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/4] Volume Control Profile
@ 2022-09-12 12:46 Sathish Narasimman
  2022-09-12 12:46 ` [PATCH BlueZ 1/4] lib/uuid: Add VCS UUIDs Sathish Narasimman
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Sathish Narasimman @ 2022-09-12 12:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Sathish Narasimman

Initial Development of Volment Control profile and its service
Volume Control Service.

Sathish Narasimman (4):
  lib/uuid: Add VCS UUIDs
  shared/vcp: Add initial code for handling VCP
  profiles: Add initial code for vcp plugin
  monitor/att: Add decoding support for Volume Control Serice

 Makefile.am          |    1 +
 Makefile.plugins     |    5 +
 configure.ac         |    4 +
 lib/uuid.h           |    7 +
 monitor/att.c        |  159 +++++++
 profiles/audio/vcp.c |  312 +++++++++++++
 src/shared/vcp.c     | 1033 ++++++++++++++++++++++++++++++++++++++++++
 src/shared/vcp.h     |   58 +++
 8 files changed, 1579 insertions(+)
 create mode 100644 profiles/audio/vcp.c
 create mode 100644 src/shared/vcp.c
 create mode 100644 src/shared/vcp.h

-- 
2.25.1


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

end of thread, other threads:[~2022-09-15 21:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12 12:46 [PATCH BlueZ 0/4] Volume Control Profile Sathish Narasimman
2022-09-12 12:46 ` [PATCH BlueZ 1/4] lib/uuid: Add VCS UUIDs Sathish Narasimman
2022-09-12 14:04   ` Volume Control Profile bluez.test.bot
2022-09-14 21:04     ` Luiz Augusto von Dentz
2022-09-15  9:53       ` Sathish Narasimman
2022-09-12 12:46 ` [PATCH BlueZ 2/4] shared/vcp: Add initial code for handling VCP Sathish Narasimman
2022-09-12 12:46 ` [PATCH BlueZ 3/4] profiles: Add initial code for vcp plugin Sathish Narasimman
2022-09-12 12:46 ` [PATCH BlueZ 4/4] monitor/att: Add decoding support for Volume Control Serice Sathish Narasimman
2022-09-15 21:20 ` [PATCH BlueZ 0/4] Volume Control Profile patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.