Bluetooth: Modify LE window and interval for suspend
authorAbhishek Pandit-Subedi <abhishekpandit@chromium.org>
Wed, 13 May 2020 02:09:33 +0000 (19:09 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 13 May 2020 06:50:56 +0000 (08:50 +0200)
commit91779665c129d361c032d2a590b37a077b6cb9d7
tree9e901f50bb7516a31a7195e10e6a037ad553e172
parentaaebf8e6088270e45d30314031b5d9a88a589cb9
Bluetooth: Modify LE window and interval for suspend

When a device is suspended, it doesn't need to be as responsive to
connection events. Increase the interval to 640ms (creating a duty cycle
of roughly 1.75%) so that passive scanning uses much less power (vs
previous duty cycle of 18.75%). The new window + interval combination
has been tested to work with HID devices (which are currently the only
devices capable of wake up).

Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_request.c