commit | 9c84d1da974ee8b54fa49ae369648a0247b7cd6f | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Mar 24 20:21:50 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Mar 26 09:31:35 2014 -0700 |
tree | 467b0eb8a32f9d6316d16ddb10c219c099fe1195 | |
parent | 4408dd15d9cfcf78b819d2d4a5b43dc36056cab8 [diff] |
Bluetooth: Move local identity address setting to a central place Any time hci_conn_add is used for an LE connection we need to ensure that the local identity address is correctly described in the src and src_type variables. This patch moves setting these values directly into hci_conn_add so that callers don't have to duplicate the effort themselves. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>