Return-Path: From: Andre Guedes To: linux-bluetooth@vger.kernel.org Cc: Andre Guedes Subject: [PATCH v2 00/16] Full support discovery procedure Date: Mon, 25 Jul 2011 16:49:49 -0300 Message-Id: <1311623405-31108-1-git-send-email-andre.guedes@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Gustavo, According to what we discussed, the main changes in this v2 is the definition of lmp_bredr_capable macro instead of lmp_no_bredr_capable. Thanks, Andre. Andre Guedes (16): Bluetooth: Periodic Inquiry and mgmt discovering event Bluetooth: Add failed/complete functions to discovery commands Bluetooth: Remove pending discovery commands Bluetooth: Check pending command in start_discovery() Bluetooth: Check pending commands in stop_discovery() Bluetooth: Create do_inquiry() Bluetooth: Create cancel_inquiry() Bluetooth: Fix stop_discovery() Bluetooth: Prepare for full support discovery procedures Bluetooth: Check 'dev_class' in mgmt_device_found() Bluetooth: Add 'eir_len' param to mgmt_device_found() Bluetooth: Report LE devices Bluetooth: Add 'le_scan_timer' to struct hci_dev Bluetooth: Add LE Scan helper functions Bluetooth: Support LE-Only discovery procedure Bluetooth: Support BR/EDR/LE discovery procedure include/net/bluetooth/hci.h | 12 ++ include/net/bluetooth/hci_core.h | 13 ++- net/bluetooth/hci_core.c | 13 ++ net/bluetooth/hci_event.c | 134 +++++++++++++------ net/bluetooth/mgmt.c | 282 ++++++++++++++++++++++++++++++++++++-- 5 files changed, 402 insertions(+), 52 deletions(-) -- 1.7.4.1