:orphan: .. title:: CONFIG_BT_PER_ADV_SYNC_MAX .. kconfig:: CONFIG_BT_PER_ADV_SYNC_MAX 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 =================== \ :kconfig:`BT_PER_ADV_SYNC ` && \ :kconfig:`BT_EXT_ADV ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig.adv:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:110`` 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.)*