-
CONFIG_BT_CTLR_RX_BUFFERS
¶
Number of Rx buffers
Type: int
Help¶
Set the number of Rx PDUs to be buffered in the controller. In a 7.5ms connection interval and 2M PHY, maximum 18 packets with L2CAP payload size of 1 byte can be received.
Direct dependencies¶
BT_LL_SW
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:81
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:156
Menu path: (top menu) → Bluetooth
config BT_CTLR_RX_BUFFERS int prompt "Number of Rx buffers" ifBT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
range 1 18 ifBT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
default 6 ifBT_HCI_RAW
&&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
default 1 ifBT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
help Set the number of Rx PDUs to be buffered in the controller. In a 7.5ms connection interval and 2M PHY, maximum 18 packets with L2CAP payload size of 1 byte can be received.
(Definitions include propagated dependencies, including from if’s and menus.)