public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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