:orphan: .. title:: CONFIG_BT_MESH_FRIEND_RECV_WIN .. kconfig:: CONFIG_BT_MESH_FRIEND_RECV_WIN CONFIG_BT_MESH_FRIEND_RECV_WIN ############################## *Friend Receive Window* Type: ``int`` Help ==== .. code-block:: none Receive Window in milliseconds supported by the Friend node. Direct dependencies =================== \ :kconfig:`BT_MESH_FRIEND ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 255 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:650`` 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 acting as a Friend Node .. code-block:: kconfig config BT_MESH_FRIEND_RECV_WIN int "Friend Receive Window" range 1 255 default 255 depends on BT_MESH_FRIEND && BT_MESH && BT help Receive Window in milliseconds supported by the Friend node. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*