-
CONFIG_BT_MESH_TX_SEG_MSG_COUNT
¶
Maximum number of simultaneous outgoing segmented messages
Type: int
Help¶
Maximum number of simultaneous outgoing multi-segment and/or reliable messages.
Direct dependencies¶
BT_MESH
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:192
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
→ subsys/bluetooth/host/Kconfig:121
Menu path: (top menu) → Bluetooth → Bluetooth Mesh support
config BT_MESH_TX_SEG_MSG_COUNT int prompt "Maximum number of simultaneous outgoing segmented messages" ifBT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 1BT_MESH_ADV_BUF_COUNT
ifBT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 1 ifBT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
help Maximum number of simultaneous outgoing multi-segment and/or reliable messages.
(Definitions include propagated dependencies, including from if’s and menus.)