All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] MGMT Start Discovery command LE-Only Support
@ 2011-12-14 16:25 Andre Guedes
  2011-12-14 16:25 ` [PATCH 1/7] Bluetooth: Add 'eir_len' param to mgmt_device_found() Andre Guedes
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Andre Guedes @ 2011-12-14 16:25 UTC (permalink / raw)
  To: linux-bluetooth

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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-12-17  1:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 16:25 [PATCH 0/7] MGMT Start Discovery command LE-Only Support Andre Guedes
2011-12-14 16:25 ` [PATCH 1/7] Bluetooth: Add 'eir_len' param to mgmt_device_found() Andre Guedes
2011-12-14 16:25 ` [PATCH 2/7] Bluetooth: Report LE devices Andre Guedes
2011-12-14 16:25 ` [PATCH 3/7] Bluetooth: LE scan should send MGMT Discovering events Andre Guedes
2011-12-14 16:25 ` [PATCH 4/7] Bluetooth: Add helper functions to send LE scan commands Andre Guedes
2011-12-14 16:25 ` [PATCH 5/7] Bluetooth: LE scan infra-structure Andre Guedes
2011-12-14 19:36   ` Marcel Holtmann
2011-12-15 19:25     ` Mat Martineau
2011-12-15 20:00       ` Andre Guedes
2011-12-16 18:21         ` Mat Martineau
2011-12-15 20:05       ` David Herrmann
2011-12-16 19:20         ` Does it make sense to have the hdev workqueue serialized? Mat Martineau
2011-12-16 19:26           ` Changes to workqueues (was: Does it make sense to have the hdev workqueue serialized?) Mat Martineau
2011-12-16 20:05           ` Does it make sense to have the hdev workqueue serialized? Gustavo Padovan
2011-12-16 23:35             ` Mat Martineau
2011-12-17  1:04           ` Marcel Holtmann
2011-12-16 19:13       ` [PATCH 5/7] Bluetooth: LE scan infra-structure Gustavo Padovan
2011-12-14 16:25 ` [PATCH 6/7] Bluetooth: Add hci_do_le_scan() to hci_core Andre Guedes
2011-12-14 16:25 ` [PATCH 7/7] Bluetooth: MGMT start discovery LE-Only support Andre Guedes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.