mbox series

[BlueZ,0/4] Volume Control Profile

Message ID 20220912124657.404551-1-sathish.narasimman@intel.com
Headers show
Series Volume Control Profile | expand

Message

Sathish Narasimman Sept. 12, 2022, 12:46 p.m. UTC
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

Comments

patchwork-bot+bluetooth@kernel.org Sept. 15, 2022, 9:20 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 Sep 2022 18:16:53 +0530 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/4] lib/uuid: Add VCS UUIDs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=af1bfbb470c0
  - [BlueZ,2/4] shared/vcp: Add initial code for handling VCP
    (no matching commit)
  - [BlueZ,3/4] profiles: Add initial code for vcp plugin
    (no matching commit)
  - [BlueZ,4/4] monitor/att: Add decoding support for Volume Control Serice
    (no matching commit)

You are awesome, thank you!