]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix toggling background scan when changing connectable state
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 8 Jul 2014 13:35:34 +0000 (16:35 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 8 Jul 2014 13:38:35 +0000 (15:38 +0200)
commit7be7032f97463cd56843e7031b5093fa4c00daee
treebb8c93c0d09a60df195fd372309616bc8960f48f
parentcab27890ec02af46c67e032f68c46257f1dd39a8
Bluetooth: Fix toggling background scan when changing connectable state

If the connectable state change doesn't require any special HCI commands
the set_connectable_update_settings() function is used instead of the
set_connectable_complete() function. We must therefore make sure to call
hci_update_background_scan() there as well. This code path is used also
when we're powered off, but that's fine since hci_update_background_scan()
has the necessary checks for it.

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