linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/4] Media Control Profile Client
@ 2022-10-06 14:33 Abhay Maheta
  2022-10-06 14:33 ` [PATCH BlueZ 1/4] lib/uuid: Add GMCS UUIDs Abhay Maheta
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Abhay Maheta @ 2022-10-06 14:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Abhay Maheta

This series of patches adds support for Media Control Profile for LE Audio.
These patches primarily foces 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        |  511 +++++++++++++++
 profiles/audio/mcp.c |  429 +++++++++++++
 src/shared/mcp.c     | 1408 ++++++++++++++++++++++++++++++++++++++++++
 src/shared/mcp.h     |   60 ++
 src/shared/mcs.h     |   65 ++
 9 files changed, 2498 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

-- 
2.25.1


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

end of thread, other threads:[~2022-10-06 20:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 14:33 [PATCH BlueZ 0/4] Media Control Profile Client Abhay Maheta
2022-10-06 14:33 ` [PATCH BlueZ 1/4] lib/uuid: Add GMCS UUIDs Abhay Maheta
2022-10-06 14:58   ` Media Control Profile Client bluez.test.bot
2022-10-06 14:33 ` [PATCH BlueZ 2/4] shared/mcp: Add initial code for handling MCP Abhay Maheta
2022-10-06 14:33 ` [PATCH BlueZ 3/4] profiles: Add initial code for mcp plugin Abhay Maheta
2022-10-06 14:33 ` [PATCH BlueZ 4/4] monitor/att: Add decoding support for GMCS Abhay Maheta
2022-10-06 20:40 ` [PATCH BlueZ 0/4] Media Control Profile Client Luiz Augusto von Dentz

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