main.conf: Revert default for Privacy and Experimental
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 29 Jul 2021 21:09:17 +0000 (14:09 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:36 +0000 (19:08 +0530)
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 <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/main.conf

index 0728378..99f1664 100755 (executable)
@@ -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.