commit | aac23bf636593cc2d67144aed373a46a1a5f76b1 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Sat Jun 01 10:14:57 2013 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Dec 05 07:05:35 2013 -0800 |
tree | 2aa549d8f8cf27b9ab9f693b6d4a6f65c54538fe | |
parent | 177f8f2b1259a1292a09a1b7563ebb90675f88ff [diff] |
Bluetooth: Implement LE L2CAP reassembly When receiving fragments over an LE Connection oriented Channel they need to be collected up and eventually merged into a single SDU. This patch adds the necessary code for collecting up the fragment skbs to the channel context and passing them to the recv() callback when the entire SDU has been received. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>