From: Andre Guedes Date: Wed, 26 Feb 2014 23:21:53 +0000 (-0300) Subject: Bluetooth: Support resolvable private addresses X-Git-Tag: v3.15-rc1~113^2~159^2^2~37^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b906a84a5b3458d810a9faab74783525f4a84d7;p=pandora-kernel.git Bluetooth: Support resolvable private addresses Only identity addresses are inserted into hdev->pend_le_conns. So, in order to support resolvable private addresses in auto connection mechanism, we should resolve the address before checking for pending connections. Thus, this patch adds an extra check in check_pending_le_conn() and updates 'addr' and 'addr_type' variables before hci_pend_le_conn_ lookup(). Signed-off-by: Andre Guedes Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed