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:
parent
5d238639e6
commit
ab8e7053e2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue