* [bluez/bluez] 22059e: monitor: Add unknown options decoding for Configur...
@ 2025-12-05 23:39 Andrey Smirnov
0 siblings, 0 replies; only message in thread
From: Andrey Smirnov @ 2025-12-05 23:39 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/1031008
Home: https://github.com/bluez/bluez
Commit: 22059e38e49e126e4af68722378fc3184ab56deb
https://github.com/bluez/bluez/commit/22059e38e49e126e4af68722378fc3184ab56deb
Author: Andrey Smirnov <andrew.smirnov@gmail.com>
Date: 2025-12-05 (Fri, 05 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 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-05 23:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 23:39 [bluez/bluez] 22059e: monitor: Add unknown options decoding for Configur Andrey Smirnov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.