Files
Christopher Collins df8f403e00 BLE socket transport - don't drop large frames.
For large incoming ACL packets, the "current offset" field was rolling
over, making it look like the packet was being dropped.  The fix is to
change the offset member from uint8_t to uint16_t.

X-Original-Commit: 24da43b88ec78642562c5020386d06a26d497955
2017-10-23 16:08:03 -07:00
..