Bluetooth: Kconfig: Fix comment about outgoing buffers
There's no BLUETOOTH_ACL_OUT_COUNT configuration option anymore so update the text accordingly. Change-Id: I431e3d63b8a3e9aebe855e4b5c0083e7d5e50f8b Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
d6d8c3193a
commit
ec147cebfe
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ config BLUETOOTH_HCI_EVT_COUNT
|
||||||
range 2 64
|
range 2 64
|
||||||
help
|
help
|
||||||
Number of buffers available for HCI events. This number should
|
Number of buffers available for HCI events. This number should
|
||||||
ideally be at least as large as BLUETOOTH_ACL_OUT_COUNT to make
|
ideally be at least as large as the available outgoing buffers
|
||||||
sure we've got enough buffers to handle bursts of Number of
|
to make sure we've got enough buffers to handle bursts of
|
||||||
Completed Packets HCI events.
|
Number of Completed Packets HCI events.
|
||||||
|
|
||||||
config BLUETOOTH_MAX_EVT_LEN
|
config BLUETOOTH_MAX_EVT_LEN
|
||||||
int "Maximum supported HCI event length"
|
int "Maximum supported HCI event length"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue