From: Johan Hedberg Date: Tue, 8 Jul 2014 13:35:34 +0000 (+0300) Subject: Bluetooth: Fix toggling background scan when changing connectable state X-Git-Tag: cleanup-for-v3.18~108^2~73^2~87^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562064e654d42599ad986812adaded653f3b81df;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed