CONFIG_BT_MESH_LPN_AUTO

Automatically start looking for Friend nodes once provisioned

Type: bool

Help

Automatically enable LPN functionality once provisioned and start looking for Friend nodes. If this option is disabled LPN mode needs to be manually enabled by calling bt_mesh_lpn_set(true).

Direct dependencies

BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:265

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155subsys/bluetooth/host/Kconfig:125

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_LPN_AUTO
    bool
    prompt "Automatically start looking for Friend nodes once provisioned" if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default "y" if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    help
      Automatically enable LPN functionality once provisioned and start
      looking for Friend nodes. If this option is disabled LPN mode
      needs to be manually enabled by calling bt_mesh_lpn_set(true).

(Definitions include propagated dependencies, including from if’s and menus.)