commit | b5c2b6214c609f2be4c020c0be90758b5feeb446 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Oct 21 18:03:09 2015 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Oct 21 18:45:43 2015 +0200 |
tree | ef531eb9316ea6189335aac6964d20071d71fe0b | |
parent | ec182f0397e7065dabf13a99fc745fcab0bdc641 [diff] |
Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel The hci_le_create_connection_cancel() function needs to use the hdev pointer in many places so add a variable for it to avoid the need to dereference the hci_conn every time. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>