mbox series

[BlueZ,v3,0/6] To add support for Metadata, CID, VID

Message ID 20221229155257.341327-1-abhay.maheshbhai.maheta@intel.com
Headers show
Series To add support for Metadata, CID, VID | expand

Message

Abhay Maheta Dec. 29, 2022, 3:52 p.m. UTC
This series of patches adds support for Metadata, Company ID and
Vendor Codec ID during Endpoint Registration for LE Audio.

Abhay Maheta (6):
  shared/bap: Fix handling for Company ID and Vendor Codec ID
  shared/bap: Add support to set stream metadata
  profiles: Add Support for Metadata, CID and VID
  media-api: Add CompanyID, VendorCodecID, Metadata
  client/player: Add support for Company ID, Vendor ID
  client/player: Add support for Metadata in BAP Profile

 client/player.c            | 205 ++++++++++++++++++++++++++++++++++---
 doc/media-api.txt          |  18 ++++
 profiles/audio/bap.c       |  14 ++-
 profiles/audio/media.c     |  99 ++++++++++++++++--
 profiles/audio/transport.c |   4 +-
 src/shared/bap.c           |  31 +++++-
 src/shared/bap.h           |   4 +-
 7 files changed, 342 insertions(+), 33 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Jan. 4, 2023, 12:30 a.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 29 Dec 2022 21:22:53 +0530 you wrote:
> This series of patches adds support for Metadata, Company ID and
> Vendor Codec ID during Endpoint Registration for LE Audio.
> 
> Abhay Maheta (6):
>   shared/bap: Fix handling for Company ID and Vendor Codec ID
>   shared/bap: Add support to set stream metadata
>   profiles: Add Support for Metadata, CID and VID
>   media-api: Add CompanyID, VendorCodecID, Metadata
>   client/player: Add support for Company ID, Vendor ID
>   client/player: Add support for Metadata in BAP Profile
> 
> [...]

Here is the summary with links:
  - [BlueZ,v3,1/6] shared/bap: Fix handling for Company ID and Vendor Codec ID
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=441eeb2a1448
  - [BlueZ,v3,2/6] shared/bap: Add support to set stream metadata
    (no matching commit)
  - [BlueZ,v3,3/6] profiles: Add Support for Metadata, CID and VID
    (no matching commit)
  - [BlueZ,v3,4/6] media-api: Add CompanyID, VendorCodecID, Metadata
    (no matching commit)
  - [BlueZ,v3,5/6] client/player: Add support for Company ID, Vendor ID
    (no matching commit)
  - [BlueZ,v3,6/6] client/player: Add support for Metadata in BAP Profile
    (no matching commit)

You are awesome, thank you!