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 Subsystem>/bluetooth/Kconfig.adv:65

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:9<Zephyr Subsystem>/bluetooth/Kconfig:110

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Extended Advertising and Scanning support [EXPERIMENTAL] → 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 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.)