CONFIG_BT_MESH_ADV_EXT

Extended advertising

Type: bool

Help

Use extended advertising commands for operating the advertiser. Extended advertising is faster and uses less memory than legacy advertising, but isn’t supported by all controllers.

Direct dependencies

(BT_CTLR_ADV_EXT || !BT_CTLR) && BT_EXT_ADV && <choice BT_MESH_ADV: Advertiser mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/bluetooth/mesh/Kconfig:243

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:258

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support [EXPERIMENTAL] → Advertiser mode

config BT_MESH_ADV_EXT
    bool "Extended advertising"
    depends on (BT_CTLR_ADV_EXT || !BT_CTLR) && BT_EXT_ADV && <choice BT_MESH_ADV: Advertiser mode>
    help
      Use extended advertising commands for operating the advertiser.
      Extended advertising is faster and uses less memory than legacy
      advertising, but isn't supported by all controllers.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)