:orphan: .. title:: BT_MESH_FRIEND_RECV_WIN .. option:: CONFIG_BT_MESH_FRIEND_RECV_WIN *Friend Receive Window* Type: ``int`` Help ==== Receive Window in milliseconds supported by the Friend node. Direct dependencies =================== \ :option:`BT_MESH_FRIEND ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 255 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:595`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for acting as a Friend Node .. parsed-literal:: config BT_MESH_FRIEND_RECV_WIN int "Friend Receive Window" range 1 255 default 255 depends on \ :option:`BT_MESH_FRIEND ` && \ :option:`BT_MESH ` && \ :option:`BT ` help Receive Window in milliseconds supported by the Friend node. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*