From: Luiz Augusto von Dentz Date: Thu, 29 Jul 2021 21:09:17 +0000 (-0700) Subject: main.conf: Revert default for Privacy and Experimental X-Git-Tag: submit/tizen/20220313.220938~260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a7efdafd74743f25b8dfa281b1854777cd6bd54;p=platform%2Fupstream%2Fbluez.git 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 --- 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.