commit | 08853f18eafe65aa97deb464c28505a67c898b0e | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Aug 15 21:06:55 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Sep 08 19:07:52 2014 +0200 |
tree | 2988f82253c797035756266c44c06104fdf312a9 | |
parent | c16900cf285ca240f0f84117bf8b88a03c55469b [diff] |
Bluetooth: Set addr_type only when it's needed In the hci_le_conn_complete_evt() function there's no need to set the addr_type value until it's actually needed, i.e. for the black list lookup. This patch moves the code a bit further down in the function. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>