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

BT_MESH_FRIEND && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/bluetooth/mesh/Kconfig:602

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:258

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for acting as a Friend Node

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.)