commit | 1d399ae5c74619c841fa13834c4f79506aaf6957 | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Tue Oct 08 08:21:17 2013 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 10 01:30:18 2013 -0700 |
tree | f028d24a7681f1bf3b91c4bf7cb468edf48f5ef8 | |
parent | f74ca9b8094b1b067a0b4069732065f2e1595c73 [diff] |
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>