Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 15:50:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 248024] Bluetooth L2CAP socket should not use automatically flushable PDUs (on LE at least)
Message-ID:  <bug-248024-21060-nRGWmgtX2V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248024-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248024-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248024

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: takawata
Date: Fri Jul 17 15:50:04 UTC 2020
New revision: 363276
URL: https://svnweb.freebsd.org/changeset/base/363276

Log:
  Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.

  ACL packet boundary flag should be 0 instead of 2 for LE PDU.
  Some HCI will drop LE packet with PB flag is 2, and if sent,
  some target may reject the packet.

  PR:   248024
  Reported by:  Greg V
  Reviewed by:  Greg V, emax
  Differential Revision:        https://reviews.freebsd.org/D25704

Changes:
  head/sys/netgraph/bluetooth/include/ng_hci.h
  head/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248024-21060-nRGWmgtX2V>