:orphan: .. title:: BT_MESH_FRIEND_SEG_RX .. option:: CONFIG_BT_MESH_FRIEND_SEG_RX *Number of incomplete segment lists per LPN* Type: ``int`` 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. Direct dependencies =================== \ :option:`BT_MESH_FRIEND ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:626`` 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_SEG_RX int "Number of incomplete segment lists per LPN" range 1 1000 default 1 depends on \ :option:`BT_MESH_FRIEND ` && \ :option:`BT_MESH ` && \ :option:`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.)*