Bluetooth: Use HCI request for LE connection
authorAndre Guedes <andre.guedes@openbossa.org>
Tue, 8 Oct 2013 11:21:17 +0000 (08:21 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Oct 2013 08:30:18 +0000 (01:30 -0700)
commit1d399ae5c74619c841fa13834c4f79506aaf6957
treef028d24a7681f1bf3b91c4bf7cb468edf48f5ef8
parentf74ca9b8094b1b067a0b4069732065f2e1595c73
Bluetooth: Use HCI request for LE connection

This patch introduces a new helper, which uses the HCI request
framework, for creating LE connectons. All the handling is now
done by this function so we can remove the hci_cs_le_create_conn()
event handler.

This patch also removes the old hci_le_create_connection() since
it is not used anymore.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c