summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-11-25 15:06:26 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-11-29 09:43:42 -0800
commit68e1c426cbc4c4f96fc1a074ad88ca56d8a0a3b0 (patch)
tree7877f5fcd116f83332f9c59514d1b18db74b098c /src/main.conf
parentee004ee7bd8f3d4e10ee4e3eadacbaca4b3b0936 (diff)
downloadbluez-68e1c426cbc4c4f96fc1a074ad88ca56d8a0a3b0.tar.gz
main: add configurable RemoteNameRequestRetryDelay parameter
This specifies how long will the userspace ignore a peer with an unknown name after a failed remote name resolving procedure. The peer device can still be connected, this only prevents the remote name resolving procedure retry. Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index 0c41d7742..49b9e6755 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -119,6 +119,11 @@
# Defaults to false.
#Experimental = false
+# The duration to avoid retrying to resolve a peer's name, if the previous
+# try failed.
+# The value is in seconds. Default is 300, i.e. 5 minutes.
+#RemoteNameRequestRetryDelay = 300
+
[BR]
# The following values are used to load default adapter parameters for BR/EDR.
# BlueZ loads the values into the kernel before the adapter is powered if the