summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-06-14 14:45:44 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-06-14 14:45:44 -0700
commita5382ba2f09c45ca2bf5ef59ec2b415eae4f26cc (patch)
treede14fb945ab12fdff5f7420b3d3ff3f3d324a19d /src/main.conf
parent5cc08527c0aaeb47305f3637f064efc80d3f85f1 (diff)
downloadbluez-a5382ba2f09c45ca2bf5ef59ec2b415eae4f26cc.tar.gz
main.conf: Split Kernel Experimental UUIDs from Experimental
This splits kernel experimental UUIDs from D-Bus Experimental interface so they can be controlled indenpendetly.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main.conf b/src/main.conf
index 91b98b8c4..3816cf362 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -111,7 +111,11 @@
# profile is connected. Defaults to true.
#RefreshDiscovery = true
-# Enables experimental features and interfaces, alternatively a list of UUIDs
+# Enables D-Bus experimental interfaces
+# Possible values: true or false
+#Experimental = false
+
+# Enables kernel experimental features, alternatively a list of UUIDs
# can be given.
# Possible values: true,false,<UUID List>
# Possible UUIDS:
@@ -121,7 +125,7 @@
# 330859bc-7506-492d-9370-9a6f0614037f (BlueZ Experimental Bluetooth Quality Report)
# a6695ace-ee7f-4fb9-881a-5fac66c629af (BlueZ Experimental Offload Codecs)
# Defaults to false.
-#Experimental = false
+#KernelExperimental = false
# The duration to avoid retrying to resolve a peer's name, if the previous
# try failed.