commit | c8462ca65f39d9402c52ef0c5f338a466bb34b43 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Oct 13 05:24:02 2013 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Sun Oct 13 17:48:47 2013 +0300 |
tree | 287d7faf086cfc1ee98a5c89d6a1431b66a1091b | |
parent | 6f59b904ae57df92915d7ade750853647620db2c [diff] |
Bluetooth: Fix input address type for SMP C1 function The smp_c1() so far always assumed public addresses as input for its operation. However it should provide actually the source address type of the actual connection. Finally the source address type is tracked in hci_conn->src_type and so use that one as input. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>