From: Gustavo F. Padovan Date: Fri, 21 Aug 2009 01:26:00 +0000 (-0300) Subject: Bluetooth: Add support for Retransmission and Monitor Timers X-Git-Tag: v2.6.32-rc1~703^2~221^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90bac061b17cd81bd0df30606c64f4543bf5ca0;p=pandora-kernel.git Bluetooth: Add support for Retransmission and Monitor Timers L2CAP uses retransmission and monitor timers to inquiry the other side about unacked I-frames. After sending each I-frame we (re)start the retransmission timer. If it expires, we start a monitor timer that send a S-frame with P bit set and wait for S-frame with F bit set. If monitor timer expires, try again, at a maximum of L2CAP_DEFAULT_MAX_TX. Signed-off-by: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed