summaryrefslogtreecommitdiff
path: root/src/btd.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-11-03 17:25:33 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-11-09 14:45:51 -0800
commit20adf23209c8848fe60742eeedcb714bf92eec2e (patch)
tree800010f7e3980ef57c57f63af16536623b2f4d20 /src/btd.h
parent12cf7617adf628377301d9eb2ffa3cd1a8f34ad9 (diff)
downloadbluez-20adf23209c8848fe60742eeedcb714bf92eec2e.tar.gz
main.conf: Rework privacy options
This reworks privacy options so the limited discoverable is only available when controller mode is set to dual.
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 f83591f8f..ff9f082f1 100644
--- a/src/btd.h
+++ b/src/btd.h
@@ -103,6 +103,7 @@ struct btd_opts {
uint32_t discovto;
uint32_t tmpto;
uint8_t privacy;
+ bool device_privacy;
struct btd_defaults defaults;