summaryrefslogtreecommitdiff
path: root/src/btd.h
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/btd.h
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/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 ff9f082f1..a805a40d7 100644
--- a/src/btd.h
+++ b/src/btd.h
@@ -104,6 +104,7 @@ struct btd_opts {
uint32_t tmpto;
uint8_t privacy;
bool device_privacy;
+ uint32_t name_request_retry_delay;
struct btd_defaults defaults;