:orphan: .. title:: CONFIG_BT_MESH_FRIEND_SEG_RX .. kconfig:: CONFIG_BT_MESH_FRIEND_SEG_RX CONFIG_BT_MESH_FRIEND_SEG_RX ############################ *Number of incomplete segment lists per LPN* Type: ``int`` Help ==== .. code-block:: none Number of incomplete segment lists that we track for each LPN that we are Friends for. In other words, this determines how many elements we can simultaneously be receiving segmented messages from when the messages are going into the Friend queue. Direct dependencies =================== \ :kconfig:`BT_MESH_FRIEND ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:681`` 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_SEG_RX int "Number of incomplete segment lists per LPN" range 1 1000 default 1 depends on BT_MESH_FRIEND && BT_MESH && BT help Number of incomplete segment lists that we track for each LPN that we are Friends for. In other words, this determines how many elements we can simultaneously be receiving segmented messages from when the messages are going into the Friend queue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*