]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix handling of L2CAP Command Reject over LE
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 10 Dec 2013 08:52:48 +0000 (10:52 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 10 Dec 2013 09:15:44 +0000 (01:15 -0800)
commitb878da9083db0e38a78f8ef0c71a639f4899c7be
treebea18a28f16b8e66904ab4a1b1108c00e7f2044c
parent01e367c6314031d032ef487d00260cfcc127eab7
Bluetooth: Fix handling of L2CAP Command Reject over LE

If we receive an L2CAP command reject message over LE we should take
appropriate action on the corresponding channel. This is particularly
important when trying to interact with a remote pre-4.1 system using LE
CoC signaling messages. If we don't react to the command reject the
corresponding socket would not be notified until a connection timeout
occurs.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c