The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BT_MESH_ADV_BUF_COUNT

Number of advertising buffers

Type: int

Help

Number of advertising buffers available. This should be chosen based on what kind of features the local node should have. E.g. a relay will perform better the more buffers it has. Another thing to consider is outgoing segmented messages. There must be at least three more advertising buffers than the maximum supported outgoing segment count (BT_MESH_TX_SEG_MAX).

Direct dependencies

BT_MESH && BT_HCI_HOST && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:154

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144subsys/bluetooth/host/Kconfig:121

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_ADV_BUF_COUNT
    int
    prompt "Number of advertising buffers" if BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 6 256 if BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 6 if BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_MESH && BT_HCI_HOST && BT_HCI && BT
    help
      Number of advertising buffers available. This should be chosen
      based on what kind of features the local node should have. E.g.
      a relay will perform better the more buffers it has. Another
      thing to consider is outgoing segmented messages. There must
      be at least three more advertising buffers than the maximum
      supported outgoing segment count (BT_MESH_TX_SEG_MAX).

(Definitions include propagated dependencies, including from if’s and menus.)