Linux bluetooth development
 help / color / mirror / Atom feed
* [RFC v6 00/14] LE auto connection and connection parameters
@ 2014-01-30 21:22 Andre Guedes
  2014-01-30 21:22 ` [RFC v6 01/14] Bluetooth: Save connection interval parameters in hci_conn Andre Guedes
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Andre Guedes @ 2014-01-30 21:22 UTC (permalink / raw)
  To: linux-bluetooth

Hi all,

This patch set implements the minor changes suggested by Johan on the
previous version.

The changes are:
    - Rename fail_conn_attempt() to le_conn_failed()
    - Create create_le_conn_req() helper to avoid duplicated code

Regards,

Andre


Andre Guedes (14):
  Bluetooth: Save connection interval parameters in hci_conn
  Bluetooth: Group list_head fields from strcut hci_dev together
  Bluetooth: Introduce connection parameters list
  Bluetooth: Use connection parameters if any
  Bluetooth: Introduce le_conn_failed() helper
  Bluetooth: Stop scanning on LE connection
  Bluetooth: Remove unused function
  Bluetooth: Introduce hdev->pend_le_conn list
  Bluetooth: Introduce LE auto connection infrastructure
  Bluetooth: Re-enable background scan in case of error
  Bluetooth: Temporarily stop background scanning on discovery
  Bluetooth: Auto connection and power on
  Bleutooth: Add support for auto connect options
  Bluetooth: Add le_auto_conn file on debugfs

 include/net/bluetooth/hci.h      |   1 +
 include/net/bluetooth/hci_core.h |  43 +++++-
 net/bluetooth/hci_conn.c         | 114 +++++++++++---
 net/bluetooth/hci_core.c         | 318 +++++++++++++++++++++++++++++++++++++++
 net/bluetooth/hci_event.c        |  60 ++++++++
 net/bluetooth/mgmt.c             |  25 ++-
 6 files changed, 529 insertions(+), 32 deletions(-)

-- 
1.8.5.3


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

end of thread, other threads:[~2014-02-03 14:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30 21:22 [RFC v6 00/14] LE auto connection and connection parameters Andre Guedes
2014-01-30 21:22 ` [RFC v6 01/14] Bluetooth: Save connection interval parameters in hci_conn Andre Guedes
2014-01-30 21:22 ` [RFC v6 02/14] Bluetooth: Group list_head fields from strcut hci_dev together Andre Guedes
2014-01-30 21:22 ` [RFC v6 03/14] Bluetooth: Introduce connection parameters list Andre Guedes
2014-02-01  1:11   ` Marcel Holtmann
2014-02-03 14:06     ` Andre Guedes
2014-01-30 21:22 ` [RFC v6 04/14] Bluetooth: Use connection parameters if any Andre Guedes
2014-01-30 21:22 ` [RFC v6 05/14] Bluetooth: Introduce le_conn_failed() helper Andre Guedes
2014-01-30 21:22 ` [RFC v6 06/14] Bluetooth: Stop scanning on LE connection Andre Guedes
2014-01-30 21:22 ` [RFC v6 07/14] Bluetooth: Remove unused function Andre Guedes
2014-01-30 21:22 ` [RFC v6 08/14] Bluetooth: Introduce hdev->pend_le_conn list Andre Guedes
2014-01-30 21:22 ` [RFC v6 09/14] Bluetooth: Introduce LE auto connection infrastructure Andre Guedes
2014-01-30 21:22 ` [RFC v6 10/14] Bluetooth: Re-enable background scan in case of error Andre Guedes
2014-01-30 21:22 ` [RFC v6 11/14] Bluetooth: Temporarily stop background scanning on discovery Andre Guedes
2014-01-30 21:22 ` [RFC v6 12/14] Bluetooth: Auto connection and power on Andre Guedes
2014-01-30 21:22 ` [RFC v6 13/14] Bleutooth: Add support for auto connect options Andre Guedes
2014-01-30 21:22 ` [RFC v6 14/14] Bluetooth: Add le_auto_conn file on debugfs Andre Guedes
2014-02-01  1:17 ` [RFC v6 00/14] LE auto connection and connection parameters Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox