diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2011-10-04 15:32:22 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-10-05 18:02:02 +0300 |
commit | e2746b6fcc76c0a90ebffcfa6e61cf89aa538ab6 (patch) | |
tree | 19333417d1a491c8be6c5b31920d1bceeeada95c /src/main.conf | |
parent | 691ad351f74b5846c9cba2da29573fafd1e0f2cd (diff) |
Add automatic connect timeout config option
Add new option in main.conf allowing change the default automatic
connection timer. This value defines how many seconds re-connection
for bonded devices will be active when a platform/user event triggers
the automatic re-connections.
Diffstat (limited to 'src/main.conf')
-rw-r--r-- | src/main.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf index a9e20607..321f6221 100644 --- a/src/main.conf +++ b/src/main.conf @@ -30,6 +30,12 @@ PageTimeout = 8192 # The value is in seconds. Defaults is 30. DiscoverSchedulerInterval = 30 +# Automatic connection for bonded devices driven by platform/user events. +# If a platform plugin uses this mechanism, automatic connections will be +# enabled during the interval defined below. Initially, this feature +# intends to be used to establish connections to ATT channels. +AutoConnectTimeout = 60 + # What value should be assumed for the adapter Powered property when # SetProperty(Powered, ...) hasn't been called yet. Defaults to true InitiallyPowered = true |