summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-02-11 13:48:46 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-02-16 15:16:29 -0800
commita1cdd683dfebafdb37b29b0155f04457bc44c7d4 (patch)
tree7864747517530b3b047345a9dab39195eab467ae /src/main.conf
parentec8c8f22efb66ccae533fbd55a236570ffcf756c (diff)
downloadbluez-a1cdd683dfebafdb37b29b0155f04457bc44c7d4.tar.gz
main.conf: Introduce MaxControllers
This introduces MaxControllers which can be used to limit the number of adapters exposed in the system.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index 49b9e6755..401796235 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -51,6 +51,10 @@
# Possible values: "dual", "bredr", "le"
#ControllerMode = dual
+# Maximum number of controllers allowed to be exposed to the system.
+# Default=0 (unlimited)
+#MaxControllers=0
+
# Enables Multi Profile Specification support. This allows to specify if
# system supports only Multiple Profiles Single Device (MPSD) configuration
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple