linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Bluetooth: Legacy name discovery support for mgmt
@ 2012-01-05 15:16 johan.hedberg
  2012-01-05 15:16 ` [PATCH 1/9] Bluetooth: Fix persistency of the HCI_MGMT flag johan.hedberg
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: johan.hedberg @ 2012-01-05 15:16 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

These patches implement initial legacy name resolving support as it is
currently specified in the mgmt API. This is one of the last bigger
pieces missing in order to be able to abandon hciops for good. There's
still possibly going to be some API changes to this (e.g. we've been
discussing of getting rid of mgmt_ev_remote_name) and some optimizations
(e.g. the "resolve" list should really be sorted by RSSI) but these
patches at least enable basic support of legacy resolving together with
the latest user-space git.

Johan Hedberg (9):
      Bluetooth: Fix persistency of the HCI_MGMT flag
      Bluetooth: Convert inquiry cache to use standard list types
      Bluetooth: Move Extended Inquiry Response defines to hci.h
      Bluetooth: Add initial mgmt_confirm_name support
      Bluetooth: Return updated name state with hci_inquiry_cache_update
      Bluetooth: Flush inquiry cache when starting mgmt triggered inquiry
      Bluetooth: Rename hdev->inq_cache to hdev->discovery
      Bluetooth: Add discovery state tracking
      Bluetooth: Add name resolving support for mgmt based discovery

 include/net/bluetooth/hci.h      |   13 +++
 include/net/bluetooth/hci_core.h |   54 ++++++++++---
 net/bluetooth/hci_core.c         |  155 +++++++++++++++++++++++++++++++-------
 net/bluetooth/hci_event.c        |  141 +++++++++++++++++++++++++++++++---
 net/bluetooth/hci_sysfs.c        |    4 +-
 net/bluetooth/mgmt.c             |  112 +++++++++++++++++++++++----
 6 files changed, 409 insertions(+), 70 deletions(-)


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

end of thread, other threads:[~2012-01-08 20:21 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 15:16 [PATCH 0/9] Bluetooth: Legacy name discovery support for mgmt johan.hedberg
2012-01-05 15:16 ` [PATCH 1/9] Bluetooth: Fix persistency of the HCI_MGMT flag johan.hedberg
2012-01-05 23:10   ` Marcel Holtmann
2012-01-06 12:42     ` Johan Hedberg
2012-01-06 21:57       ` Marcel Holtmann
2012-01-08 20:21         ` Johan Hedberg
2012-01-05 15:16 ` [PATCH 2/9] Bluetooth: Convert inquiry cache to use standard list types johan.hedberg
2012-01-06  5:47   ` Marcel Holtmann
2012-01-05 15:16 ` [PATCH 3/9] Bluetooth: Move Extended Inquiry Response defines to hci.h johan.hedberg
2012-01-06  5:48   ` Marcel Holtmann
2012-01-05 15:16 ` [PATCH 4/9] Bluetooth: Add initial mgmt_confirm_name support johan.hedberg
2012-01-06  5:50   ` Marcel Holtmann
2012-01-05 15:16 ` [PATCH 5/9] Bluetooth: Return updated name state with hci_inquiry_cache_update johan.hedberg
2012-01-06  5:51   ` Marcel Holtmann
2012-01-05 15:16 ` [PATCH 6/9] Bluetooth: Flush inquiry cache when starting mgmt triggered inquiry johan.hedberg
2012-01-06  5:51   ` Marcel Holtmann
2012-01-05 15:16 ` [PATCH 7/9] Bluetooth: Rename hdev->inq_cache to hdev->discovery johan.hedberg
2012-01-06  5:54   ` Marcel Holtmann
2012-01-05 15:16 ` [PATCH 8/9] Bluetooth: Add discovery state tracking johan.hedberg
2012-01-06  5:53   ` Marcel Holtmann
2012-01-05 15:16 ` [PATCH 9/9] Bluetooth: Add name resolving support for mgmt based discovery johan.hedberg
2012-01-06  5:54   ` Marcel Holtmann

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).