Bluetooth: Increase BLUETOOTH_HCI_EVT_COUNT
Some controller may actually generate more than 6 events simultaneously as it seems to be tied with the number of buffers increase it to 8 whenever BLUETOOTH_CONN is selected otherwise default to 4. Change-Id: I907847f56c2eb2d756513da171ff780aeb544259 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
bd92608d0d
commit
602367e708
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ config BLUETOOTH_MAX_CMD_LEN
|
|||
|
||||
config BLUETOOTH_HCI_EVT_COUNT
|
||||
int "Number of HCI event buffers"
|
||||
default 6
|
||||
default 8 if BLUETOOTH_CONN
|
||||
default 4
|
||||
range 2 64
|
||||
help
|
||||
Number of buffers available for HCI events. This number should
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue