~cyphermox/bluez/5.23

« back to all changes in this revision

Viewing changes to src/main.conf

  • Committer: Package Import Robot
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2012-01-24 05:35:09 UTC
  • mfrom: (1.5.11) (7.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120124053509-uwpwqi783lz08wm3
Tags: 4.98-1
* New upstream release.
* Update debian/bluetooth-dbus.conf.
* Update debian/control.
  Add Multi-Arch: foreign to bluez.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# The value is in seconds. Defaults is 30.
31
31
DiscoverSchedulerInterval = 30
32
32
 
 
33
# Automatic connection for bonded devices driven by platform/user events.
 
34
# If a platform plugin uses this mechanism, automatic connections will be
 
35
# enabled during the interval defined below. Initially, this feature
 
36
# intends to be used to establish connections to ATT channels.
 
37
AutoConnectTimeout = 60
 
38
 
33
39
# What value should be assumed for the adapter Powered property when
34
40
# SetProperty(Powered, ...) hasn't been called yet. Defaults to true
35
41
InitiallyPowered = true
56
62
# that they were created for.
57
63
DebugKeys = false
58
64
 
59
 
# Enable Low Energy support if the dongle supports. Default is false.
60
 
# Enable/Disable interleave discovery and attribute server over LE.
61
 
EnableLE = false
62
 
 
63
65
# Enable the GATT Attribute Server. Default is false, because it is only
64
 
# useful for testing. Attribute server is not enabled over LE if EnableLE
65
 
# is false.
 
66
# useful for testing.
66
67
AttributeServer = false