Bluetooth: Use continuous scanning when creating LE connections
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 3 Dec 2015 10:45:19 +0000 (12:45 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 9 Dec 2015 23:51:51 +0000 (00:51 +0100)
commit2f99536a5b34d5b0f54723067d68f6cef3f0fdc6
treeed994a129f72fd33e0ade575a3e43b729ae6d4e9
parent28dc4b92e20e0fd18be2d8356abf959d58c7346a
Bluetooth: Use continuous scanning when creating LE connections

All LE connections are now triggered through a preceding passive scan
and waiting for a connectable advertising report. This means we've got
the best possible guarantee that the device is within range and should
be able to request the controller to perform continuous scanning. This
way we minimize the risk that we miss out on any advertising packets.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org # 4.3+
net/bluetooth/hci_conn.c
This page took 0.025355 seconds and 5 git commands to generate.