Page MenuHomeFreeBSD

Fix L2CAP ACL packet Packet Boundary flag for LE packet.
ClosedPublic

Authored by takawata on Jul 17 2020, 10:41 AM.
Tags
None
Referenced Files
F135146266: D25704.id74566.diff
Thu, Nov 6, 10:09 PM
F135100711: D25704.id74580.diff
Thu, Nov 6, 12:13 PM
Unknown Object (File)
Wed, Nov 5, 6:57 AM
Unknown Object (File)
Tue, Nov 4, 9:54 PM
Unknown Object (File)
Sat, Nov 1, 4:29 AM
Unknown Object (File)
Tue, Oct 28, 1:47 PM
Unknown Object (File)
Sun, Oct 26, 11:25 PM
Unknown Object (File)
Sat, Oct 25, 12:35 PM

Details

Summary

ACL packet boundary flag should be 0 instead of 2 for LE packet.
Some HCI will ignore LE packet with PB flag is 2, which will prevent
packet from sending.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

It's a bit funny that the check is == NG_HCI_LINK_ACL (we are speaking ACL anyway), but makes sense — with LE it would be NG_HCI_LINK_LE_PUBLIC / NG_HCI_LINK_LE_RANDOM, and others like SCO wouldn't be used with L2CAP (?)

This revision is now accepted and ready to land.Jul 17 2020, 11:53 AM