* [PATCH] bap: Fix update of context
@ 2024-01-25 12:51 Kiran K
2024-01-25 13:49 ` bluez.test.bot
2024-01-25 22:20 ` [PATCH] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Kiran K @ 2024-01-25 12:51 UTC (permalink / raw)
To: linux-bluetooth; +Cc: ravishankar.srivatsa, Kiran K
Fix context getting updated with support_context.
---
src/shared/bap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shared/bap.c b/src/shared/bap.c
index d56911e6b9ef..06cac5bb34fe 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -2628,7 +2628,7 @@ 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_source_context_value;
+ context |= pacs->source_context_value;
/* Check if context value needs updating */
if (context == pacs->source_context_value)
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: bap: Fix update of context
2024-01-25 12:51 [PATCH] bap: Fix update of context Kiran K
@ 2024-01-25 13:49 ` bluez.test.bot
2024-01-25 22:20 ` [PATCH] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2024-01-25 13:49 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=819846
---Test result---
Test Summary:
CheckPatch PASS 0.42 seconds
GitLint PASS 0.29 seconds
BuildEll PASS 24.79 seconds
BluezMake PASS 785.94 seconds
MakeCheck PASS 11.37 seconds
MakeDistcheck PASS 166.82 seconds
CheckValgrind PASS 229.85 seconds
CheckSmatch PASS 337.73 seconds
bluezmakeextell PASS 110.26 seconds
IncrementalBuild PASS 716.31 seconds
ScanBuild PASS 990.50 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] bap: Fix update of context
2024-01-25 12:51 [PATCH] bap: Fix update of context Kiran K
2024-01-25 13:49 ` bluez.test.bot
@ 2024-01-25 22:20 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-01-25 22:20 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 Thu, 25 Jan 2024 18:21:56 +0530 you wrote:
> Fix context getting updated with support_context.
> ---
> src/shared/bap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- bap: Fix update of context
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=2e2e50011d0c
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:[~2024-01-25 22:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 12:51 [PATCH] bap: Fix update of context Kiran K
2024-01-25 13:49 ` bluez.test.bot
2024-01-25 22:20 ` [PATCH] " patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).