All of lore.kernel.org
 help / color / mirror / Atom feed
From: Silviu Florian Barbulescu <silviu.barbulescu@nxp.com>
To: linux-bluetooth@vger.kernel.org
Cc: mihai-octavian.urzica@nxp.com, silviu.barbulescu@nxp.com,
	vlad.pruteanu@nxp.com, andrei.istodorescu@nxp.com,
	luiz.dentz@gmail.com, iulia.tanasescu@nxp.com
Subject: [PATCH BlueZ 0/1] Fix MediaEndpoint prop codec for bcast src endpoint
Date: Wed, 27 Mar 2024 15:49:46 +0200	[thread overview]
Message-ID: <20240327134947.40229-1-silviu.barbulescu@nxp.com> (raw)

Fix MediaEndpoint prop codec returns 0 for bcast src endpoint

before:
gdbus introspect --system --dest org.bluez --object-path
 /org/bluez/hci0/pac_bcast0
node /org/bluez/hci0/pac_bcast0 {
  ......
  interface org.bluez.MediaEndpoint1 {
  ......
    properties:
      readonly s UUID = '00001851-0000-1000-8000-00805f9b34fb';
      readonly y Codec = 0x00;
  .......
  };
  .......
};

after:
gdbus introspect --system --dest org.bluez --object-path
 /org/bluez/hci0/pac_bcast0
node /org/bluez/hci0/pac_bcast0 {
  ......
  interface org.bluez.MediaEndpoint1 {
  ......
    properties:
      readonly s UUID = '00001851-0000-1000-8000-00805f9b34fb';
      readonly y Codec = 0x06;
  .......
  };
  .......
};

Silviu Florian Barbulescu (1):
  bap: Fix MediaEndpoint prop codec returns 0 for bcast src endpoint

 profiles/audio/bap.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


base-commit: 41d6c4e1c92fc6e0757b0f71ca5062671ff55235
-- 
2.39.2


             reply	other threads:[~2024-03-27 13:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27 13:49 Silviu Florian Barbulescu [this message]
2024-03-27 13:49 ` [PATCH BlueZ 1/1] bap: Fix MediaEndpoint prop codec for bcast src endpoint Silviu Florian Barbulescu
2024-03-27 15:42   ` bluez.test.bot
2024-03-28 14:40 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth

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=20240327134947.40229-1-silviu.barbulescu@nxp.com \
    --to=silviu.barbulescu@nxp.com \
    --cc=andrei.istodorescu@nxp.com \
    --cc=iulia.tanasescu@nxp.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=mihai-octavian.urzica@nxp.com \
    --cc=vlad.pruteanu@nxp.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.