:orphan: .. title:: CONFIG_BT_MESH_LPN_ESTABLISHMENT .. kconfig:: CONFIG_BT_MESH_LPN_ESTABLISHMENT CONFIG_BT_MESH_LPN_ESTABLISHMENT ################################ *Perform Friendship establishment using low power* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_MESH_LOW_POWER ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:518`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Support for Low Power features .. code-block:: kconfig 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.)*