:orphan: .. title:: BT_PER_ADV_SYNC_MAX .. option:: CONFIG_BT_PER_ADV_SYNC_MAX *Maximum number of simultaneous periodic advertising syncs* Type: ``int`` Help ==== .. code-block:: none Maximum number of simultaneous periodic advertising syncs supported. Direct dependencies =================== \ :option:`BT_PER_ADV_SYNC ` && \ :option:`BT_EXT_ADV ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig:155`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Extended Advertising and Scanning support [EXPERIMENTAL] → Periodic advertising sync support [EXPERIMENTAL] .. code-block:: kconfig config BT_PER_ADV_SYNC_MAX int "Maximum number of simultaneous periodic advertising syncs" range 1 64 default 1 depends on BT_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.)*