linux/include/net/bluetooth
Gustavo F. Padovan c74e560cd0 Bluetooth: Add support for Segmentation and Reassembly of SDUs
ERTM should use Segmentation and Reassembly to break down a SDU in many
PDUs on sending data to the other side.

On sending packets we queue all 'segments' until end of segmentation and
just the add them to the queue for sending. On receiving we create a new
SKB with the SDU reassembled.

Initially based on a patch from Nathan Holstein <nathan@lampreynetworks.com>

Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2009-08-22 14:53:58 -07:00
..
bluetooth.h Bluetooth: Add initial support for ERTM packets transfers 2009-08-22 14:53:01 -07:00
hci.h Bluetooth: Add different pairing timeout for Legacy Pairing 2009-04-28 09:31:38 -07:00
hci_core.h Bluetooth: Convert hdev->req_lock to a mutex 2009-08-22 14:35:02 -07:00
l2cap.h Bluetooth: Add support for Segmentation and Reassembly of SDUs 2009-08-22 14:53:58 -07:00
rfcomm.h bluetooth: rfcomm_init bug fix 2009-08-03 13:24:39 -07:00
sco.h