Bluetooth: Kconfig: Fix max HCI event length if BR/EDR is enabled

Extended Inquiry Result Event is 255 bytes.

Change-Id: Iabd754a85f21998059dfc36935e754ab8a857f54
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-03-10 11:53:05 +01:00
commit ab8e7053e2

View file

@ -68,7 +68,8 @@ config BLUETOOTH_HCI_EVT_COUNT
config BLUETOOTH_MAX_EVT_LEN
int "Maximum supported HCI event length"
default 68
default 68 if !BLUETOOTH_BREDR
default 255 if BLUETOOTH_BREDR
range 68 255
help
Maximum size of each HCI event buffer. E.g. one big event