mbox series

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

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

Message

Abhay Maheta Dec. 29, 2022, 12:28 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 in BAP Profile
  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

Paul Menzel Dec. 29, 2022, 12:22 p.m. UTC | #1
Dear Abhay,


Thank you for your patches.


Am 29.12.22 um 13:28 schrieb Abhay Maheta:

[…]

Just a note, that your system time is configured incorrectly and set to 
the future.

     Received: from tester-latitude-7480.iind.intel.com ([10.224.186.122])
       by orsmga004.jf.intel.com with ESMTP; 29 Dec 2022 04:09:48 -0800
     […]
     Date:   Thu, 29 Dec 2022 17:58:17 +0530

It’d be great, if you fixed that, as it messes up the ordering in the inbox.


Kind regards,

Paul
Abhay Maheta Dec. 29, 2022, 3:57 p.m. UTC | #2
Hi Paul,

Thank you for your feedback.
I have updated time and reuploaded the patches.

Thanks & Regards,
Abhay

-----Original Message-----
From: Paul Menzel <pmenzel@molgen.mpg.de> 
Sent: 29 December 2022 17:52
To: Maheta, Abhay <abhay.maheshbhai.maheta@intel.com>
Cc: Abhay Maheta <mabhay125@gmail.com>; linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH BlueZ v2 0/6] To add support for Metadata, CID, VID

Dear Abhay,


Thank you for your patches.


Am 29.12.22 um 13:28 schrieb Abhay Maheta:

[…]

Just a note, that your system time is configured incorrectly and set to the future.

     Received: from tester-latitude-7480.iind.intel.com ([10.224.186.122])
       by orsmga004.jf.intel.com with ESMTP; 29 Dec 2022 04:09:48 -0800
     […]
     Date:   Thu, 29 Dec 2022 17:58:17 +0530

It’d be great, if you fixed that, as it messes up the ordering in the inbox.


Kind regards,

Paul