]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02dff768ca0a5d5fd64369ed72386f767ecd9683
treef028d24a7681f1bf3b91c4bf7cb468edf48f5ef8
parenta32fc8d1dbfbb5f9fe35741378c13a52585561b5
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