From 9cd5c344f3b9eebbcc3367b027fd23e470c27de4 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 29 Jul 2021 14:09:17 -0700 Subject: [PATCH] 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. --- src/main.conf | 4 ++-- 1 file 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. -- 2.47.3