commit | 07d2334ae747772fc4426077340aa3efe499f50b | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Tue Mar 17 09:04:14 2015 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Tue Mar 17 18:31:00 2015 +0200 |
tree | a6d218d89270d7713d418ce44034691f101142b5 | |
parent | 812abb13a97b7049c883ffb8431b81eb404a0938 [diff] |
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 <jpawlowski@google.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>