* [bluez/bluez] a589b0: monitor: Add unknown options decoding for Configur...
@ 2025-12-11 18:48 Andrey Smirnov
0 siblings, 0 replies; only message in thread
From: Andrey Smirnov @ 2025-12-11 18:48 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: a589b0d73c41eb007112411c6f630bf253c5d2cd
https://github.com/bluez/bluez/commit/a589b0d73c41eb007112411c6f630bf253c5d2cd
Author: Andrey Smirnov <andrew.smirnov@gmail.com>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M monitor/l2cap.c
Log Message:
-----------
monitor: Add unknown options decoding for Configure Response
Unknown options respose for Configure Respose packet has a different
layout that of unaccepted options, so it needs special code to handle
it.
Before:
> ACL Data RX: Handle 12 flags 0x02 dlen 15
L2CAP: Configure Response (0x05) ident 2 len 7
Source CID: 64
Flags: 0x0000
Result: Failure - unknown options (0x0003)
04
After:
> ACL Data RX: Handle 12 flags 0x02 dlen 15
L2CAP: Configure Response (0x05) ident 3 len 7
Source CID: 65
Flags: 0x0000
Result: Failure - unknown options (0x0003)
Option: Retransmission and Flow Control (0x04)
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-11 18:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11 18:48 [bluez/bluez] a589b0: monitor: Add unknown options decoding for Configur Andrey Smirnov
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).