-
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.
Defaults¶
257 if
BT_BREDR
||BT_EXT_ADV
45
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/host/Kconfig:64
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
→ <Zephyr>/subsys/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 ifBT_BREDR
||BT_EXT_ADV
default 45 depends onBT_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.)