summaryrefslogtreecommitdiff
path: root/src/btd.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-02-11 13:48:46 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-02-16 15:16:29 -0800
commita1cdd683dfebafdb37b29b0155f04457bc44c7d4 (patch)
tree7864747517530b3b047345a9dab39195eab467ae /src/btd.h
parentec8c8f22efb66ccae533fbd55a236570ffcf756c (diff)
downloadbluez-a1cdd683dfebafdb37b29b0155f04457bc44c7d4.tar.gz
main.conf: Introduce MaxControllers
This introduces MaxControllers which can be used to limit the number of adapters exposed in the system.
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 a805a40d7..d13646889 100644
--- a/src/btd.h
+++ b/src/btd.h
@@ -121,6 +121,7 @@ struct btd_opts {
uint16_t did_version;
bt_mode_t mode;
+ uint16_t max_adapters;
bt_gatt_cache_t gatt_cache;
uint16_t gatt_mtu;
uint8_t gatt_channels;