summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-11-10 11:30:04 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-11-11 07:59:15 +0200
commit3062516a1a59d7931ec11c56256a9ebaaf338deb (patch)
tree4d945d772d710fdf7ad2f7d26afb5cee102379d4 /samples/bluetooth
parent27cbd586cb73a8f310c620f16be9964716b7d5e5 (diff)
Bluetooth: Controller: Improve default RX/TX buffer counts
Currently the ideal buffer counts for a controller-only build are 6 RX buffers and 7 TX buffers: ATT_MTU of 158 bytes can be sent in one connection interval of 6 tx/rx -es wherein connection interval is 7.5ms Change-Id: I64b4620c5e8e7db8d7ed72fa1db82e266e121f27 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/hci_uart/microbit.conf2
-rw-r--r--samples/bluetooth/hci_uart/nrf5.conf2
2 files changed, 0 insertions, 4 deletions
diff --git a/samples/bluetooth/hci_uart/microbit.conf b/samples/bluetooth/hci_uart/microbit.conf
index 1aea03324..a1d893ba9 100644
--- a/samples/bluetooth/hci_uart/microbit.conf
+++ b/samples/bluetooth/hci_uart/microbit.conf
@@ -7,7 +7,5 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_HCI_RAW=y
CONFIG_BLUETOOTH_MAX_CONN=16
-CONFIG_BLUETOOTH_CONTROLLER_RX_BUFFERS=4
-CONFIG_BLUETOOTH_CONTROLLER_TX_BUFFERS=4
CONFIG_UART_NRF5_BAUD_RATE=115200
CONFIG_UART_NRF5_FLOW_CONTROL=n
diff --git a/samples/bluetooth/hci_uart/nrf5.conf b/samples/bluetooth/hci_uart/nrf5.conf
index e3e5fdb44..c3b362d2b 100644
--- a/samples/bluetooth/hci_uart/nrf5.conf
+++ b/samples/bluetooth/hci_uart/nrf5.conf
@@ -7,8 +7,6 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_HCI_RAW=y
CONFIG_BLUETOOTH_MAX_CONN=16
-CONFIG_BLUETOOTH_CONTROLLER_RX_BUFFERS=4
-CONFIG_BLUETOOTH_CONTROLLER_TX_BUFFERS=4
CONFIG_UART_NRF5_BAUD_RATE=1000000
CONFIG_UART_NRF5_FLOW_CONTROL=y
CONFIG_BLUETOOTH_CONTROLLER_ASSERT_HANDLER=y