-
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.
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:63
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:160
Menu path: (Top) → Bluetooth
config BT_DISCARDABLE_BUF_SIZE int "Size of discardable event buffers" range 45 257 default 257 ifBT_BREDR
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.)