opnsense-src/sys/netgraph/bluetooth/l2cap
Takanori Watanabe b8c46d561e 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
2020-07-17 15:50:03 +00:00
..
ng_l2cap_cmds.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_cmds.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_evnt.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_evnt.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_llpi.c Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU. 2020-07-17 15:50:03 +00:00
ng_l2cap_llpi.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_main.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_misc.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_misc.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_prse.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_ulpi.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_ulpi.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ng_l2cap_var.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
TODO