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:
parent
db51867a2b
commit
c73a6fd017
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ config BLUETOOTH_HCI_CMD_COUNT
|
|||
|
||||
config BLUETOOTH_HCI_CMD_SIZE
|
||||
int "Size of HCI command buffers"
|
||||
default 72
|
||||
range 72 260
|
||||
default 68
|
||||
range 68 260
|
||||
help
|
||||
Maximum size of each HCI command buffer.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue