commit | 48ec92fa4f16c0f71e95c31490c03b6c9e0e793b | [log] [tgz] |
---|---|---|
author | Alfonso Acosta <fons@spotify.com> | Tue Oct 07 08:44:10 2014 +0000 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Oct 25 07:56:23 2014 +0200 |
tree | 4bbf2735a3f49394d1ec890137fb656078e5e077 | |
parent | 866665f29382b4f189a51a649661ede9e35e9ace [diff] |
Bluetooth: Refactor arguments of mgmt_device_connected The values of a lot of the mgmt_device_connected() parameters come straight from a hci_conn object. We can simplify the function by passing the full hci_conn pointer to it. Signed-off-by: Alfonso Acosta <fons@spotify.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>