commit | 435a13d839abe8c8b9ebe1be635d1ab8f7352f56 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Jul 03 19:33:48 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 03 18:45:08 2014 +0200 |
tree | 1f3c1ead8c662f2fa8d7539946fb2c0d83e32f1d | |
parent | 617ca1bf11de84c23d1c83724fa89cfdc83b023a [diff] |
Bluetooth: Remove redundant IRK lookup When processing passive scanning results we need the resolved identity address both in check_pending_le_conn() as well as later in process_adv_report(). Since process_adv_report() calls check_pending_le_conn() we can simply resolve the IRK earlier in the function and thereby eliminate a second lookup. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>