summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-07-29 14:09:17 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-07-29 14:09:17 -0700
commit9cd5c344f3b9eebbcc3367b027fd23e470c27de4 (patch)
tree35898cfa040f298798aa1370be7a655c7adb73ea /src/main.conf
parent8e53124d4943bde56dbe294d448288b2b00a16e7 (diff)
downloadbluez-9cd5c344f3b9eebbcc3367b027fd23e470c27de4.tar.gz
main.conf: Revert default for Privacy and Experimental
Privacy shall be off by default until kernel is stable to support it, also Experimental shall only be enabled for testing purpose.
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 791b0f909..71924cb17 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -70,7 +70,7 @@
# Possible values: "off", "device", "network"
# "network" option not supported currently
# Defaults to "off"
-Privacy = device
+#Privacy = off
# Specify the policy to the JUST-WORKS repairing initiated by peer
# Possible values: "never", "confirm", "always"
@@ -88,7 +88,7 @@ Privacy = device
# Enables experimental features and interfaces.
# Defaults to false.
-Experimental = true
+#Experimental = false
[BR]
# The following values are used to load default adapter parameters for BR/EDR.