Hi all, I've split discovery patches series into smaller series so we keep easier to review and apply these patches. This first patch series adds LE-Only discovery support to MGMT Start Discovery command. About the comments from previous series, hci_request/hci_req_complete mechanism was replaced by a simpler one where we just wait for the commands results to go ahead with LE scanning. Coming patch series are: * Stop Discovery LE-Only support * Interleaved discovery support to MGMT Discovery commands BR, Andre Andre Guedes (7): Bluetooth: Add 'eir_len' param to mgmt_device_found() Bluetooth: Report LE devices Bluetooth: LE scan should send MGMT Discovering events Bluetooth: Add helper functions to send LE scan commands Bluetooth: LE scan infra-structure Bluetooth: Add hci_do_le_scan() to hci_core Bluetooth: MGMT start discovery LE-Only support include/net/bluetooth/hci.h | 1 + include/net/bluetooth/hci_core.h | 18 ++++++- net/bluetooth/hci_core.c | 104 ++++++++++++++++++++++++++++++++++++++ net/bluetooth/hci_event.c | 37 +++++++++++--- net/bluetooth/mgmt.c | 31 ++++++++++-- 5 files changed, 179 insertions(+), 12 deletions(-) -- 1.7.8 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html