]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Handle LE L2CAP signalling in its own function
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 29 Apr 2013 16:35:33 +0000 (19:35 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 3 May 2013 19:09:42 +0000 (16:09 -0300)
commit5957ee4538c923c5f07ba41aa5e793cbd140ad63
tree064139b19389504598abda1e0d03dce9816d6df4
parenta8a48e60a468084ef6ec23c78e8903c9e0ba7a4c
Bluetooth: Handle LE L2CAP signalling in its own function

The LE L2CAP signalling channel follows its own rules and will continue
to evolve independently from the BR/EDR signalling channel. Therefore,
it makes sense to have a clear split from BR/EDR by having a dedicated
function for handling LE signalling commands.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c