All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] shared/bap: Update Available context for source
@ 2023-12-11  8:35 Kiran K
  2023-12-11  9:31 ` bluez.test.bot
  2023-12-11 18:40 ` [PATCH] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Kiran K @ 2023-12-11  8:35 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: ravishankar.srivatsa, Kiran K

Available Context of sink was getting updated instead of source.
---
 src/shared/bap.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/shared/bap.c b/src/shared/bap.c
index a1495ca84bcc..e9d7072ef3be 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -2599,13 +2599,13 @@ static void pacs_add_source_supported_context(struct bt_pacs *pacs,
 
 static void pacs_add_source_context(struct bt_pacs *pacs, uint16_t context)
 {
-	context |= pacs->supported_sink_context_value;
+	context |= pacs->supported_source_context_value;
 
 	/* Check if context value needs updating */
-	if (context == pacs->sink_context_value)
+	if (context == pacs->source_context_value)
 		return;
 
-	pacs->sink_context_value = context;
+	pacs->source_context_value = context;
 
 	pacs_context_changed(pacs);
 }
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: shared/bap: Update Available context for source
  2023-12-11  8:35 [PATCH] shared/bap: Update Available context for source Kiran K
@ 2023-12-11  9:31 ` bluez.test.bot
  2023-12-11 18:40 ` [PATCH] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2023-12-11  9:31 UTC (permalink / raw)
  To: linux-bluetooth, kiran.k

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=808691

---Test result---

Test Summary:
CheckPatch                    PASS      0.48 seconds
GitLint                       PASS      0.33 seconds
BuildEll                      PASS      24.02 seconds
BluezMake                     PASS      724.89 seconds
MakeCheck                     PASS      11.90 seconds
MakeDistcheck                 PASS      154.80 seconds
CheckValgrind                 PASS      216.04 seconds
CheckSmatch                   PASS      320.17 seconds
bluezmakeextell               PASS      100.97 seconds
IncrementalBuild              PASS      665.08 seconds
ScanBuild                     PASS      916.05 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] shared/bap: Update Available context for source
  2023-12-11  8:35 [PATCH] shared/bap: Update Available context for source Kiran K
  2023-12-11  9:31 ` bluez.test.bot
@ 2023-12-11 18:40 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2023-12-11 18:40 UTC (permalink / raw)
  To: Kiran K; +Cc: linux-bluetooth, ravishankar.srivatsa

Hello:

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

On Mon, 11 Dec 2023 14:05:07 +0530 you wrote:
> Available Context of sink was getting updated instead of source.
> ---
>  src/shared/bap.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Here is the summary with links:
  - shared/bap: Update Available context for source
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=87477b7ffefc

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-11 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11  8:35 [PATCH] shared/bap: Update Available context for source Kiran K
2023-12-11  9:31 ` bluez.test.bot
2023-12-11 18:40 ` [PATCH] " patchwork-bot+bluetooth

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.