CONFIG_BT_MESH_LPN_ESTABLISHMENT¶
Perform Friendship establishment using low power
Type: bool
Help¶
Perform the Friendship establishment using low power, with
the help of a reduced scan duty cycle. The downside of this
is that the node may miss out on messages intended for it
until it has successfully set up Friendship with a Friend
node.
Direct dependencies¶
BT_MESH_LOW_POWER && BT_MESH && BT
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/mesh/Kconfig:518
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:9 → <Zephyr Subsystem>/bluetooth/Kconfig:193
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Support for Low Power features
config BT_MESH_LPN_ESTABLISHMENT
    bool "Perform Friendship establishment using low power"
    default y
    depends on BT_MESH_LOW_POWER && BT_MESH && BT
    help
      Perform the Friendship establishment using low power, with
      the help of a reduced scan duty cycle. The downside of this
      is that the node may miss out on messages intended for it
      until it has successfully set up Friendship with a Friend
      node.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)