All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC BlueZ 00/11] Re-connections triggered by platform event
@ 2011-09-02 21:38 Claudio Takahasi
  2011-09-02 21:38 ` [RFC BlueZ 01/11] Remove timer to trigger connection attempts Claudio Takahasi
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Claudio Takahasi @ 2011-09-02 21:38 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

Initial proposal to enable re-connection(for ATT) started by platform/
user actions. eg: Screen unlocked.

Use case: When the user unlock the screen, automatic re-connections for
bonded devices will be started. It will remain active for 3 minutes
(configurable).

The code needs cleanup, I am exposing the idea to get feedback before
clean the code and fix corner cases. In order to achieve better control
of re-connections, "Pending" state needs to be extended to LE. At the
moment, only BR/EDR supports setting a connection request as pending
when the controller returns Command Disallowed.

Development branch:
git://git.infradead.org/users/cktakahasi/bluez.git proximity-devel-w35

Comments/Suggestions?

BR,
Claudio.

Anderson Briglia (1):
  Add display lock watcher on maemo6 plugin

Claudio Takahasi (10):
  Remove timer to trigger connection attempts
  Add set auto connect in device
  Add continuous connection attempt
  Add checking if profiles are requesting connection
  Add tracking of connect sources
  Disable automatic connections after 3 minutes
  Notify unlocked event when using maemo6 plugin
  Add automatic connect timeout config option
  Add an interval between connection attempts
  Enable re-connections when disconnected

 plugins/maemo6.c |   33 ++++++++++++++++++
 src/adapter.c    |   43 +++++++++++++++++++++++
 src/adapter.h    |    1 +
 src/device.c     |   99 ++++++++++++++++++++++++++++++++++++++----------------
 src/device.h     |    1 +
 src/hcid.h       |    1 +
 src/main.c       |   12 ++++++
 src/main.conf    |    6 +++
 8 files changed, 167 insertions(+), 29 deletions(-)

-- 
1.7.6


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

end of thread, other threads:[~2011-09-05 13:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 21:38 [RFC BlueZ 00/11] Re-connections triggered by platform event Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 01/11] Remove timer to trigger connection attempts Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 02/11] Add set auto connect in device Claudio Takahasi
2011-09-05  9:55   ` Johan Hedberg
2011-09-05 13:47     ` Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 03/11] Add continuous connection attempt Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 04/11] Add checking if profiles are requesting connection Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 05/11] Add tracking of connect sources Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 06/11] Disable automatic connections after 3 minutes Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 07/11] Add display lock watcher on maemo6 plugin Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 08/11] Notify unlocked event when using " Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 09/11] Add automatic connect timeout config option Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 10/11] Add an interval between connection attempts Claudio Takahasi
2011-09-02 21:38 ` [RFC BlueZ 11/11] Enable re-connections when disconnected Claudio Takahasi

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.