commit | 46a190cbd3d8992a017664367e9227dcd357ce53 | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Thu Oct 03 18:25:45 2013 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 03 23:07:17 2013 -0700 |
tree | 3acc2712f8d410e9a80c2a2851a2bd45465c011a | |
parent | f1e5d54743b99cbbea0e0cfb2b3f8053f045b3d7 [diff] |
Bluetooth: Initialize hci_conn fields in hci_connect_le This patch moves some hci_conn fields initialization from hci_le_ create_connection() to hci_connect_le(). It makes more sense to initialize these fields within the function that creates the hci_ conn object. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>