-
CONFIG_BT_PER_ADV_SYNC_MAX
¶
Maximum number of simultaneous periodic advertising syncs
Type: int
Help¶
Maximum number of simultaneous periodic advertising syncs supported.
Direct dependencies¶
BT_PER_ADV_SYNC
&& BT_EXT_ADV
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
1
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/Kconfig:155
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Extended Advertising and Scanning support → Periodic advertising sync support [EXPERIMENTAL]
config BT_PER_ADV_SYNC_MAX int "Maximum number of simultaneous periodic advertising syncs" range 1 64 default 1 depends onBT_PER_ADV_SYNC
&&BT_EXT_ADV
&&BT_HCI
&&BT
help Maximum number of simultaneous periodic advertising syncs supported.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)