summaryrefslogtreecommitdiff
path: root/src/btd.h
diff options
context:
space:
mode:
authorHoward Chung <howardchung@google.com>2020-10-30 17:11:01 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-10-30 10:56:35 -0700
commit11f4e4c05536eb3c7c2c5a3a461d6806bb1f06e0 (patch)
treee0040b5869a336c2c26e579d17ec44aa394a111a /src/btd.h
parent1a8a8e01d1a912cd6d76136d422f785dfadb9e7e (diff)
downloadbluez-11f4e4c05536eb3c7c2c5a3a461d6806bb1f06e0.tar.gz
core: Add param to disable interleave scan
This patch adds parameter to enable/disable the interleave scan feature.
Diffstat (limited to 'src/btd.h')
-rw-r--r--src/btd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/btd.h b/src/btd.h
index b0df77fe3..c98414e35 100644
--- a/src/btd.h
+++ b/src/btd.h
@@ -74,6 +74,7 @@ struct btd_le_defaults {
uint16_t advmon_allowlist_scan_duration;
uint16_t advmon_no_filter_scan_duration;
+ uint8_t enable_advmon_interleave_scan;
};
struct btd_defaults {