Bluetooth: Use lower timeout for LE auto-connections
authorJohan Hedberg <johan.hedberg@intel.com>
Sun, 6 Jul 2014 10:41:15 +0000 (13:41 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 6 Jul 2014 11:46:15 +0000 (14:46 +0300)
When we establish connections as a consequence of receiving an
advertising report it makes no sense to wait the normal 20 second LE
connection timeout. This patch modifies the hci_connect_le function to
take an extra timeout value and uses a lower 2 second timeout for the
auto-connection case. This timeout is intentionally chosen to be just a
bit higher than the 1.28 second timeout that High Duty Cycle Advertising
uses.

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

No differences found