linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bluez/bluez] b63544: monitor: Add unknown options decoding for Configur...
@ 2025-12-10 23:45 Andrey Smirnov
  0 siblings, 0 replies; only message in thread
From: Andrey Smirnov @ 2025-12-10 23:45 UTC (permalink / raw)
  To: linux-bluetooth

  Branch: refs/heads/1032118
  Home:   https://github.com/bluez/bluez
  Commit: b635447f59823d380301b3cc4ce4b938c8d8714a
      https://github.com/bluez/bluez/commit/b635447f59823d380301b3cc4ce4b938c8d8714a
  Author: Andrey Smirnov <andrew.smirnov@gmail.com>
  Date:   2025-12-10 (Wed, 10 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-10 23:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-10 23:45 [bluez/bluez] b63544: 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).