From 1a7efdafd74743f25b8dfa281b1854777cd6bd54 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. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- src/main.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.conf b/src/main.conf index 0728378..99f1664 100755 --- a/src/main.conf +++ b/src/main.conf @@ -76,7 +76,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" @@ -94,7 +94,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.7.4