linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Abhay Maheta <abhay.maheshbhai.maheta@intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: Abhay Maheta <abhay.maheshbhai.maheta@intel.com>
Subject: [PATCH BlueZ 0/4] Media Control Profile Client
Date: Thu,  6 Oct 2022 20:03:39 +0530	[thread overview]
Message-ID: <20221006143343.199055-1-abhay.maheshbhai.maheta@intel.com> (raw)

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


             reply	other threads:[~2022-10-06 14:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06 14:33 Abhay Maheta [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221006143343.199055-1-abhay.maheshbhai.maheta@intel.com \
    --to=abhay.maheshbhai.maheta@intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).