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

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

Use case: When the user unlocks the screen, automatic re-connections for
bonded devices will start. It will remain active for a short period of
time(default 1 min).

Anderson Briglia (2):
  Add display lock watcher on maemo6 plugin
  Enable re-connection if reason is Timeout

Claudio Takahasi (9):
  Remove timer to trigger connection attempts
  Add set auto connect in device
  Add continuous connection attempt
  Add checking if profiles are requesting connection
  Fix repeated connection attempt to the same remote
  Disable automatic connections after 60 seconds
  Set auto connect from maemo6 plugin
  Add an interval between connection attempts
  Add automatic connect timeout config option

 plugins/maemo6.c |   32 +++++++++++++++
 src/adapter.c    |   40 +++++++++++++++++++
 src/adapter.h    |    1 +
 src/device.c     |  113 ++++++++++++++++++++++++++++++++++++++++--------------
 src/device.h     |    1 +
 src/hcid.h       |    1 +
 src/main.c       |   12 ++++++
 src/main.conf    |    6 +++
 8 files changed, 177 insertions(+), 29 deletions(-)

-- 
1.7.6.1


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

end of thread, other threads:[~2011-10-05 15:05 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-26 17:48 [PATCH BlueZ 00/11] Re-connections triggered by platform event Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 01/11] Remove timer to trigger connection attempts Claudio Takahasi
2011-10-04 18:30   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 02/11] Add set auto connect in device Claudio Takahasi
2011-10-04 18:30   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 03/11] Add continuous connection attempt Claudio Takahasi
2011-10-04 18:30   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 04/11] Add checking if profiles are requesting connection Claudio Takahasi
2011-10-04 18:31   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 05/11] Fix repeated connection attempt to the same remote Claudio Takahasi
2011-10-04 18:31   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 06/11] Disable automatic connections after 60 seconds Claudio Takahasi
2011-10-04 18:31   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 07/11] Add display lock watcher on maemo6 plugin Claudio Takahasi
2011-10-04 18:31   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 08/11] Set auto connect from " Claudio Takahasi
2011-10-04 18:31   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 09/11] Add an interval between connection attempts Claudio Takahasi
2011-10-04 18:32   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 10/11] Enable re-connection if reason is Timeout Claudio Takahasi
2011-10-04 18:32   ` [PATCH Bluez " Claudio Takahasi
2011-09-26 17:48 ` [PATCH BlueZ 11/11] Add automatic connect timeout config option Claudio Takahasi
2011-10-04 18:32   ` [PATCH Bluez " Claudio Takahasi
2011-10-04 18:30 ` [PATCH Bluez 00/11] Re-connections triggered by platform event Claudio Takahasi
2011-10-05 15:05 ` [PATCH BlueZ " Johan Hedberg

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.