* [PATCH BlueZ] avdtp: Return correct error when SEP is inuse
@ 2026-06-09 21:30 Simon Mikuda
2026-06-09 23:06 ` [BlueZ] " bluez.test.bot
2026-06-10 18:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Simon Mikuda @ 2026-06-09 21:30 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Simon Mikuda
This fixes AVDTP/SNK/ACP/SIG/SMG/BI-08-C
---
profiles/audio/avdtp.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c
index 6be6e99b4..56d27b973 100644
--- a/profiles/audio/avdtp.c
+++ b/profiles/audio/avdtp.c
@@ -1556,6 +1556,12 @@ static gboolean avdtp_setconf_cmd(struct avdtp *session, uint8_t transaction,
goto failed;
}
+ /* check if SEID is in use */
+ if (find_stream_by_lsep(session, sep)) {
+ err = AVDTP_SEP_IN_USE;
+ goto failed;
+ }
+
switch (sep->info.type) {
case AVDTP_SEP_TYPE_SOURCE:
service = btd_device_get_service(session->device,
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] avdtp: Return correct error when SEP is inuse
2026-06-09 21:30 [PATCH BlueZ] avdtp: Return correct error when SEP is inuse Simon Mikuda
@ 2026-06-09 23:06 ` bluez.test.bot
2026-06-10 18:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-06-09 23:06 UTC (permalink / raw)
To: linux-bluetooth, simon.mikuda
[-- Attachment #1: Type: text/plain, Size: 989 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=1108834
---Test result---
Test Summary:
CheckPatch PASS 0.28 seconds
GitLint PASS 0.20 seconds
BuildEll PASS 20.53 seconds
BluezMake PASS 669.66 seconds
MakeCheck PASS 2.95 seconds
MakeDistcheck PASS 247.75 seconds
CheckValgrind PASS 228.75 seconds
CheckSmatch PASS 352.15 seconds
bluezmakeextell PASS 184.12 seconds
IncrementalBuild PASS 662.09 seconds
ScanBuild PASS 1053.81 seconds
https://github.com/bluez/bluez/pull/2212
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ] avdtp: Return correct error when SEP is inuse
2026-06-09 21:30 [PATCH BlueZ] avdtp: Return correct error when SEP is inuse Simon Mikuda
2026-06-09 23:06 ` [BlueZ] " bluez.test.bot
@ 2026-06-10 18:40 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-06-10 18:40 UTC (permalink / raw)
To: Simon Mikuda; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Tue, 9 Jun 2026 23:30:13 +0200 you wrote:
> This fixes AVDTP/SNK/ACP/SIG/SMG/BI-08-C
> ---
> profiles/audio/avdtp.c | 6 ++++++
> 1 file changed, 6 insertions(+)
Here is the summary with links:
- [BlueZ] avdtp: Return correct error when SEP is inuse
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=39ad431de60b
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:[~2026-06-10 18:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 21:30 [PATCH BlueZ] avdtp: Return correct error when SEP is inuse Simon Mikuda
2026-06-09 23:06 ` [BlueZ] " bluez.test.bot
2026-06-10 18:40 ` [PATCH BlueZ] " 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