-
CONFIG_BT_CTLR_TX_BUFFER_SIZE
¶
Tx buffer size
Type: int
Help¶
Size of the Tx buffers and the value returned in HCI LE Read Buffer Size command response. If this size if greater than effective PDU size then controller will perform fragmentation before transmitting on the the packet on air. Maximum is set to 16384 due to implementation limitations (use of u16_t for size/length variables).
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:130
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth
config BT_CTLR_TX_BUFFER_SIZE int prompt "Tx buffer size" ifBT_CTLR
&&BT_HCI
&&BT
range 27 16384 ifBT_CTLR
&&BT_HCI
&&BT
default 27 ifBT_CTLR
&&BT_HCI
&&BT
depends onBT_CTLR
&&BT_HCI
&&BT
help Size of the Tx buffers and the value returned in HCI LE Read Buffer Size command response. If this size if greater than effective PDU size then controller will perform fragmentation before transmitting on the the packet on air. Maximum is set to 16384 due to implementation limitations (use of u16_t for size/length variables).
(Definitions include propagated dependencies, including from if’s and menus.)