zephyr/samples/bluetooth/hci_uart
Carles Cufi c2a2841212 bluetooth: hci_uart: Allocate 65 bytes for L2CAP packets
With LE Secure Connections the longest packet we require is 65 bytes
long: 64 bytes of Public Key data + 1 byte SMP opcode.
Extend the size of the L2CAP pool blocks so that they can fit such
packets and therefore one can use 70-byte
CONFIG_BLUETOOTH_CONTROLLER_TX_BUFFER_SIZE to achieve LE Secure
Connections pairing without HCI fragmentation.

Change-id: I2f11b4277ec5a24ceba79bccc7d84c64065b6e84
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
2017-01-05 11:05:49 +00:00
..
src bluetooth: hci_uart: Allocate 65 bytes for L2CAP packets 2017-01-05 11:05:49 +00:00
Makefile
generic.conf Bluetooth: Kconfig: Restructure for a more logical hierarchy 2016-11-11 07:59:15 +02:00
microbit.conf Bluetooth: hci_uart: reduce configured stack sizes 2016-12-03 17:09:38 +00:00
nrf5.conf bluetooth: Tune stack sizes after measuring with hci_uart 2017-01-05 08:49:16 +02:00
testcase.ini