The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_BT_DISCARDABLE_BUF_SIZE

Size of discardable event buffers

Type: int

Help

Size of buffers in the separate discardable event buffer pool. The minimum size is set based on the Advertising Report. Setting the buffer size different than BT_RX_BUF_LEN can save memory.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/host/Kconfig:64

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9subsys/bluetooth/Kconfig:239

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

config BT_DISCARDABLE_BUF_SIZE
    int "Size of discardable event buffers"
    range 45 257
    default 257 if BT_BREDR || BT_EXT_ADV
    default 45
    depends on BT_HCI && BT
    help
      Size of buffers in the separate discardable event buffer pool.
      The minimum size is set based on the Advertising Report. Setting
      the buffer size different than BT_RX_BUF_LEN can save memory.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)