summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorYun-Hao Chung <howardchung@chromium.org>2021-05-24 10:43:37 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-24 13:14:24 -0700
commit2501575a73d0c434ffa02d62d4d1f9c0584bf01d (patch)
tree028427d4bfc1233c0b1c93aa3b9f75af443b631c /src/main.conf
parentaf77ecf57c5d02c43f13133b49270f2253e7fdc9 (diff)
downloadbluez-2501575a73d0c434ffa02d62d4d1f9c0584bf01d.tar.gz
core: Add RSSI sampling period in system parameter
Add an option in main.conf to configure the default RSSI sampling period for advertisement monitor. Reviewed-by: apusaka@chromium.org Reviewed-by: mmandlik@chromium.org Reviewed-by: mcchou@chromium.org
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index bf8a86080..198899541 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -248,3 +248,9 @@
# The value is in seconds.
# Default: 2
#ResumeDelay = 2
+
+[AdvMon]
+# Default RSSI Sampling Period. This is used when a client registers an
+# advertisement monitor and leaves the RSSISamplingPeriod unset.
+# Default: 0
+#RSSISamplingPeriod=0