commit | 8f17154f1f70fcc6faa31ac82164fcf7f0599f38 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <gustavo@las.ic.unicamp.br> | Thu Aug 20 22:26:03 2009 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Aug 22 15:01:25 2009 -0700 |
tree | f210dae590f600720b974d367082c368d03eac86 | |
parent | fcc203c30d72dde82692f6b761a80e5ca5fdd8fa [diff] |
Bluetooth: Add support for L2CAP SREJ exception When L2CAP loses an I-frame we send a SREJ frame to the transmitter side requesting the lost packet. This patch implement all Recv I-frame events on SREJ_SENT state table except the ones that deal with SendRej (the REJ exception at receiver side is yet not implemented). Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>