Bluetooth: Fix connecting devices during LE device discovery
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 7 Jul 2014 09:45:53 +0000 (12:45 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Jul 2014 09:58:38 +0000 (11:58 +0200)
commit1c1abcabfa229b4b3d688d0a1f677d0ca7a1c624
tree2ce6df6b9c60c498afda93fd01a7a01d4ad3a7de
parent4f64fa807a9da14abfa329ae9f16c5ea11ef99ea
Bluetooth: Fix connecting devices during LE device discovery

If we have devices set as to be connected we should connect to them even
during normal discovery if we get a connectable advertising event. If we
also have HCI_CONNECTABLE set we should connect ADV_DIRECT_IND events
even to devices that we don't have in our pend_le_conns list. This patch
implements such behavior by passing the advertising report type to
check_pending_le_conn() and calls that function regardless of what type
of scanning we are doing.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c