Bluetooth: Add LE signaling commands handling
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Fri, 11 Feb 2011 21:28:54 +0000 (19:28 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 16 Feb 2011 19:33:23 +0000 (16:33 -0300)
commit3300d9a930a79508032e3e03ac2bde3a22dd048d
treef5a3c285b282a6bc6e9e814bcbe5220f6acc7132
parent03c2d0e89409b59c1ec9d9511533cedc0b7aaa69
Bluetooth: Add LE signaling commands handling

This patch splits the L2CAP command handling function in order to
have a clear separation between the commands related to BR/EDR and
LE. Commands and responses in the LE signaling channel are not being
handled yet, command reject is sent to all received requests. Bluetooth
Core Specification, Volume 3, Part A, section 4 defines the signaling
packets formats and allowed commands/responses over the LE signaling
channel.

Signed-off-by: Claudio Takahasi <claudio.takahasi@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c