diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 89c04b34f28..51005e92bd2 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -84,7 +84,8 @@ config BLUETOOTH_UART_TO_HOST_DEV_NAME if BLUETOOTH_CONN || BLUETOOTH_HCI_RAW config BLUETOOTH_ACL_IN_COUNT int "Number of incoming ACL data buffers" - default 5 + default BLUETOOTH_CONTROLLER_RX_BUFFERS if BLUETOOTH_CONTROLLER + default 6 range 2 64 help Number of buffers available for incoming ACL data.