summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2011-04-29 21:27:22 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-05-05 01:06:20 -0700
commit6da7ea2e80e55fffb0df63b3bd49fb54d2644973 (patch)
tree74c8f26cbadd0e89c6cea1fb0a94672c96e3e823 /src/main.conf
parent17baf8a0d52b72518cfeab3737d551fe9e2f7488 (diff)
downloadbluez-6da7ea2e80e55fffb0df63b3bd49fb54d2644973.tar.gz
Change DiscoverSchedulerInterval default value
This patch changes the default value of "DiscoverSchedulerInterval" from 0 to 30 seconds. Since Periodic Inquiry is not supported anymore, the option "DiscoverSchedulerInterval" in main.conf must be updated. As a first attempt, it was chosen a 30 seconds interval.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.conf b/src/main.conf
index c03f135c7..8cd132fed 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -27,8 +27,8 @@ PairableTimeout = 0
PageTimeout = 8192
# Discover scheduler interval used in Adapter.DiscoverDevices
-# The value is in seconds. Defaults is 0 to use controller scheduler.
-DiscoverSchedulerInterval = 0
+# The value is in seconds. Defaults is 30.
+DiscoverSchedulerInterval = 30
# What value should be assumed for the adapter Powered property when
# SetProperty(Powered, ...) hasn't been called yet. Defaults to true