mbox series

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

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

Message

Abhay Maheta Oct. 29, 2022, 5:04 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 (1):
  shared/bap: Fix handling for Company ID and Vendor Codec ID

Maheta, Abhay (4):
  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 Metadata, CID, VID

 client/player.c            | 185 +++++++++++++++++++++++++++++++++++--
 doc/media-api.txt          |  18 ++++
 profiles/audio/bap.c       |  20 ++++
 profiles/audio/media.c     | 100 ++++++++++++++++++--
 profiles/audio/transport.c |   4 +-
 src/shared/bap.c           |  25 ++++-
 src/shared/bap.h           |   4 +-
 7 files changed, 331 insertions(+), 25 deletions(-)