summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-08-19 17:30:40 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-08-22 13:39:08 +0300
commitd7e1f84d3074fff371bd0ffe5025eee63f57cc3c (patch)
tree57d6017affedfa40a7c873d546ff284f39296858 /src/main.conf
parent319f66f7c8aa25673f8332eb2876d2efa4f14464 (diff)
downloadbluez-d7e1f84d3074fff371bd0ffe5025eee63f57cc3c.tar.gz
Remove EnableLE option from the user-space
Deprecated configure option after adding "enable_le" parameter in the bluetooth module. Write LE Host Supported Command is now sent by the kernel if "enable_le" is enabled and the controller supports LE.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.conf b/src/main.conf
index 8cd132fed..a9e206073 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -56,11 +56,6 @@ NameResolving = true
# that they were created for.
DebugKeys = false
-# Enable Low Energy support if the dongle supports. Default is false.
-# Enable/Disable interleave discovery and attribute server over LE.
-EnableLE = false
-
# Enable the GATT Attribute Server. Default is false, because it is only
-# useful for testing. Attribute server is not enabled over LE if EnableLE
-# is false.
+# useful for testing.
AttributeServer = false