:orphan: .. title:: CONFIG_BT_CTLR_ADV_PERIODIC .. kconfig:: CONFIG_BT_CTLR_ADV_PERIODIC CONFIG_BT_CTLR_ADV_PERIODIC ########################### *LE Periodic Advertising in Advertising State* *LE Periodic Advertising in Advertising State [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable support for Bluetooth 5.0 LE Periodic Advertising in the Controller. Direct dependencies =================== (\ :kconfig:`BT_BROADCASTER ` && \ :kconfig:`BT_CTLR_ADV_PERIODIC_SUPPORT ` && \ :kconfig:`BT_CTLR_ADV_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT `) || (\ :kconfig:`BT_CTLR_ADV_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BT_PER_ADV ` Symbols selected by this symbol =============================== - \ :kconfig:`BT_CTLR_CHAN_SEL_2 ` Symbols that select this symbol =============================== - \ :kconfig:`BT_CTLR_ADV_ISO ` Kconfig definitions =================== At ``/bluetooth/controller/Kconfig:476`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL] .. code-block:: kconfig config BT_CTLR_ADV_PERIODIC bool "LE Periodic Advertising in Advertising State" if !BT_LL_SW_SPLIT default y if BT_PER_ADV select BT_CTLR_CHAN_SEL_2 depends on BT_BROADCASTER && BT_CTLR_ADV_PERIODIC_SUPPORT && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT help Enable support for Bluetooth 5.0 LE Periodic Advertising in the Controller. ---- At ``/bluetooth/controller/Kconfig:485`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL] .. code-block:: kconfig config BT_CTLR_ADV_PERIODIC bool "LE Periodic Advertising in Advertising State [EXPERIMENTAL]" if BT_LL_SW_SPLIT depends on BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*