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
Unknown Object (File)
Wed, May 27, 9:23 AM
Unknown Object (File)
Wed, May 20, 9:17 PM
Unknown Object (File)
Wed, May 20, 10:20 AM
Unknown Object (File)
Mon, May 18, 7:28 AM
Unknown Object (File)
Sun, May 17, 4:26 PM
Unknown Object (File)
Sun, May 17, 3:50 PM
Unknown Object (File)
Sun, May 17, 3:06 PM
Unknown Object (File)
Sun, May 17, 12:44 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