linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] LE support for MGMT Stop Discovery
@ 2012-03-06 22:54 Andre Guedes
  2012-03-06 22:54 ` [PATCH 1/2] Bluetooth: Add hci_cancel_le_scan() to hci_core Andre Guedes
  2012-03-06 22:54 ` [PATCH 2/2] Bluetooth: LE support for MGMT stop discovery Andre Guedes
  0 siblings, 2 replies; 9+ messages in thread
From: Andre Guedes @ 2012-03-06 22:54 UTC (permalink / raw)
  To: linux-bluetooth

Hi all,

This small patch series adds LE support for Stop Discovery MGMT command.
Now, we are able to stop LE discovery procedues (LE-only and interleaved).

A brief word about patch 1/2: due to discovery state machine, we don't need
to worry about canceling hdev->le_scan work since it is never pending or
running when hci_cancel_le_scan is called.

BR,

Andre


Andre Guedes (2):
  Bluetooth: Add hci_cancel_le_scan() to hci_core
  Bluetooth: LE support for MGMT stop discovery

 include/net/bluetooth/hci_core.h |    1 +
 net/bluetooth/hci_core.c         |   21 +++++++++++++++++++++
 net/bluetooth/hci_event.c        |    6 +++++-
 net/bluetooth/mgmt.c             |    6 +++++-
 4 files changed, 32 insertions(+), 2 deletions(-)

-- 
1.7.9.2


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

end of thread, other threads:[~2012-03-20  2:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 22:54 [PATCH 0/2] LE support for MGMT Stop Discovery Andre Guedes
2012-03-06 22:54 ` [PATCH 1/2] Bluetooth: Add hci_cancel_le_scan() to hci_core Andre Guedes
2012-03-06 23:07   ` Gustavo Padovan
2012-03-07 12:54     ` Andre Guedes
2012-03-07 19:23       ` Marcel Holtmann
2012-03-07 20:05         ` Andre Guedes
2012-03-08 17:53           ` Marcel Holtmann
2012-03-20  2:55             ` Andre Guedes
2012-03-06 22:54 ` [PATCH 2/2] Bluetooth: LE support for MGMT stop discovery Andre Guedes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).