Bluetooth: Add LE connect support
authorVille Tervo <ville.tervo@nokia.com>
Fri, 11 Feb 2011 01:38:47 +0000 (22:38 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 16 Feb 2011 19:32:45 +0000 (16:32 -0300)
commitfcd89c09a59a054fb986861e0862aa2fff7d7c40
tree115d525a9789e974b0a118d9cc22b792370f40f7
parent63185f64ef06464706b32c9a301f71f68cd93e52
Bluetooth: Add LE connect support

Bluetooth V4.0 adds support for Low Energy (LE) connections.
Specification introduces new set of hci commands to control LE
connection. This patch adds logic to create, cancel and disconnect
LE connections.

Signed-off-by: Ville Tervo <ville.tervo@nokia.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c