[Bug 248024] Bluetooth L2CAP socket should not use automatically flushable PDUs (on LE at least)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 17 15:50:54 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248024
--- Comment #4 from commit-hook at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-wireless
mailing list