mbox series

[BlueZ,v3,0/4] Media Control Profile Client

Message ID 20221018043831.342821-1-abhay.maheshbhai.maheta@intel.com (mailing list archive)
Headers show
Series Media Control Profile Client | expand

Message

Abhay Maheta Oct. 18, 2022, 4:38 a.m. UTC
This series of patches adds support for Media Control Profile for LE Audio.
These patches primarily focuses on Media Control Client Role.

Abhay Maheta (4):
  lib/uuid: Add GMCS UUIDs
  shared/mcp: Add initial code for handling MCP
  profiles: Add initial code for mcp plugin
  monitor/att: Add decoding support for GMCS

 Makefile.am          |    1 +
 Makefile.plugins     |    5 +
 configure.ac         |    4 +
 lib/uuid.h           |   15 +
 monitor/att.c        |  513 +++++++++++++++
 profiles/audio/mcp.c |  430 +++++++++++++
 src/shared/mcp.c     | 1419 ++++++++++++++++++++++++++++++++++++++++++
 src/shared/mcp.h     |   61 ++
 src/shared/mcs.h     |   65 ++
 9 files changed, 2513 insertions(+)
 create mode 100644 profiles/audio/mcp.c
 create mode 100644 src/shared/mcp.c
 create mode 100644 src/shared/mcp.h
 create mode 100644 src/shared/mcs.h

Comments

patchwork-bot+bluetooth@kernel.org Oct. 18, 2022, 8:30 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 Tue, 18 Oct 2022 10:08:27 +0530 you wrote:
> This series of patches adds support for Media Control Profile for LE Audio.
> These patches primarily focuses on Media Control Client Role.
> 
> Abhay Maheta (4):
>   lib/uuid: Add GMCS UUIDs
>   shared/mcp: Add initial code for handling MCP
>   profiles: Add initial code for mcp plugin
>   monitor/att: Add decoding support for GMCS
> 
> [...]

Here is the summary with links:
  - [BlueZ,v3,1/4] lib/uuid: Add GMCS UUIDs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d3a204b8a2c0
  - [BlueZ,v3,2/4] shared/mcp: Add initial code for handling MCP
    (no matching commit)
  - [BlueZ,v3,3/4] profiles: Add initial code for mcp plugin
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=123e1ee1ce06
  - [BlueZ,v3,4/4] monitor/att: Add decoding support for GMCS
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=07fd4b948251

You are awesome, thank you!