From: Jakub Pawlowski Date: Tue, 17 Mar 2015 16:04:14 +0000 (-0700) Subject: Bluetooth: Add simultaneous dual mode scan X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~204^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d2334ae747772fc4426077340aa3efe499f50b;p=pandora-kernel.git Bluetooth: Add simultaneous dual mode scan When doing scan through mgmt api, some controllers can do both le and classic scan at same time. They can be distinguished by HCI_QUIRK_SIMULTANEOUS_DISCOVERY set. This patch enables them to use this feature when doing dual mode scan. Instead of doing le, then classic scan, both scans are run at once. Signed-off-by: Jakub Pawlowski Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed