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:
Luiz Augusto von Dentz 2015-11-13 17:38:03 +02:00 committed by Anas Nashif
commit 602367e708

View file

@ -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