summaryrefslogtreecommitdiff
path: root/src/btd.h
diff options
context:
space:
mode:
authorHoward Chung <howardchung@google.com>2020-10-30 17:11:00 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-10-30 10:55:11 -0700
commit1a8a8e01d1a912cd6d76136d422f785dfadb9e7e (patch)
treeab55dc3106a8eabd2d23ee74dd57f89be2ed4b0f /src/btd.h
parentb31e89b6f29bf505792c41af135af893a85b5569 (diff)
downloadbluez-1a8a8e01d1a912cd6d76136d422f785dfadb9e7e.tar.gz
core: Add parmas to set interleaving durations
This patch adds parameters to control the durations of allowlist scan and no-filter scan when the kernel is doing interleaving scan.
Diffstat (limited to 'src/btd.h')
-rw-r--r--src/btd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/btd.h b/src/btd.h
index 4cd117538..b0df77fe3 100644
--- a/src/btd.h
+++ b/src/btd.h
@@ -71,6 +71,9 @@ struct btd_le_defaults {
uint16_t conn_latency;
uint16_t conn_lsto;
uint16_t autoconnect_timeout;
+
+ uint16_t advmon_allowlist_scan_duration;
+ uint16_t advmon_no_filter_scan_duration;
};
struct btd_defaults {