* [PATCH BlueZ v1] monitor/l2cap: Add missing result for BT_L2CAP_PDU_ECRED_RECONF_RSP
@ 2026-02-04 18:57 Luiz Augusto von Dentz
2026-02-04 20:10 ` [BlueZ,v1] " bluez.test.bot
2026-02-04 22:00 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2026-02-04 18:57 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Last 2 BT_L2CAP_PDU_ECRED_RECONF_RSP result opcodes were missing
accourding to Bluetooth Core 6.2 spec:
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-62/out/en/host/logical-link-control-and-adaptation-protocol-specification.html#UUID-02ef4c03-7278-7ad6-bbf2-ee2f0e921fed
---
monitor/l2cap.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index be041a8e16a0..e9a1df824e57 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -1471,6 +1471,13 @@ static void print_ecred_reconf_result(uint16_t result)
str = "Reconfiguration failed - reduction in size of MPS not "
"allowed for more than one channel at a time";
break;
+ case 0x0003:
+ str = "Reconfiguration failed - one or more Destination CIDs "
+ "invalid ";
+ break;
+ case 0x0004:
+ str = "Reconfiguration failed - other unacceptable parameters";
+ break;
default:
str = "Reserved";
}
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ,v1] monitor/l2cap: Add missing result for BT_L2CAP_PDU_ECRED_RECONF_RSP
2026-02-04 18:57 [PATCH BlueZ v1] monitor/l2cap: Add missing result for BT_L2CAP_PDU_ECRED_RECONF_RSP Luiz Augusto von Dentz
@ 2026-02-04 20:10 ` bluez.test.bot
2026-02-04 22:00 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-02-04 20:10 UTC (permalink / raw)
To: linux-bluetooth, luiz.dentz
[-- Attachment #1: Type: text/plain, Size: 1262 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=1050866
---Test result---
Test Summary:
CheckPatch PENDING 0.37 seconds
GitLint PENDING 0.41 seconds
BuildEll PASS 20.80 seconds
BluezMake PASS 648.70 seconds
MakeCheck PASS 19.04 seconds
MakeDistcheck PASS 247.83 seconds
CheckValgrind PASS 298.90 seconds
CheckSmatch PASS 359.17 seconds
bluezmakeextell PASS 189.42 seconds
IncrementalBuild PENDING 0.42 seconds
ScanBuild PASS 1039.75 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ v1] monitor/l2cap: Add missing result for BT_L2CAP_PDU_ECRED_RECONF_RSP
2026-02-04 18:57 [PATCH BlueZ v1] monitor/l2cap: Add missing result for BT_L2CAP_PDU_ECRED_RECONF_RSP Luiz Augusto von Dentz
2026-02-04 20:10 ` [BlueZ,v1] " bluez.test.bot
@ 2026-02-04 22:00 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-02-04 22:00 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Wed, 4 Feb 2026 13:57:07 -0500 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> Last 2 BT_L2CAP_PDU_ECRED_RECONF_RSP result opcodes were missing
> accourding to Bluetooth Core 6.2 spec:
>
> https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-62/out/en/host/logical-link-control-and-adaptation-protocol-specification.html#UUID-02ef4c03-7278-7ad6-bbf2-ee2f0e921fed
>
> [...]
Here is the summary with links:
- [BlueZ,v1] monitor/l2cap: Add missing result for BT_L2CAP_PDU_ECRED_RECONF_RSP
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fc20373d03c4
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-02-04 22:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 18:57 [PATCH BlueZ v1] monitor/l2cap: Add missing result for BT_L2CAP_PDU_ECRED_RECONF_RSP Luiz Augusto von Dentz
2026-02-04 20:10 ` [BlueZ,v1] " bluez.test.bot
2026-02-04 22:00 ` [PATCH BlueZ v1] " 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