summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-11-10 19:56:01 -0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-11-11 15:28:21 +0200
commit85d533a33bb9367c72b10a66a21a8502f81f2df9 (patch)
tree34d961d57c384ee267e1d2be0099560cc29921ab /src/main.conf
parent01084686e1a0480d3e6179cf6373c6c5c56c82ca (diff)
Add a new configuration option to disable Low Energy support
Disable LE interleave discovery and attribute server over LE link. Option required to force disabling Low energy support for LE capable adapters.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.conf b/src/main.conf
index f92bf420..c03f135c 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -56,6 +56,11 @@ 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.
+# useful for testing. Attribute server is not enabled over LE if EnableLE
+# is false.
AttributeServer = false