Bluetooth: Adjust lower bound of HCI command size

Currently the biggest required HCI command is HCI_LE_Generate_DHkey
which needs 1 (H4 header) + 3 (cmd header) + 64 = 68 bytes.

Change-Id: Ice142b7c68c1cb1571e03549bceb301d806bc453
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2015-10-29 17:40:04 +02:00 committed by Anas Nashif
commit c73a6fd017

View file

@ -64,8 +64,8 @@ config BLUETOOTH_HCI_CMD_COUNT
config BLUETOOTH_HCI_CMD_SIZE config BLUETOOTH_HCI_CMD_SIZE
int "Size of HCI command buffers" int "Size of HCI command buffers"
default 72 default 68
range 72 260 range 68 260
help help
Maximum size of each HCI command buffer. Maximum size of each HCI command buffer.