soc: nxp: rw: adjust ACL bt_conn_tx contexts to match Controller's
RW61x's controller uses 8 ACL packets, adjust `BT_BUF_ACL_TX_COUNT` to match it. Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
This commit is contained in:
parent
df2dac7a68
commit
3c6a3826ad
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ config BT_LONG_WQ_STACK_SIZE
|
||||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||||
default 2048
|
default 2048
|
||||||
|
|
||||||
|
config BT_BUF_EVT_RX_COUNT
|
||||||
|
default 12
|
||||||
|
|
||||||
|
config BT_BUF_ACL_TX_COUNT
|
||||||
|
default 8
|
||||||
|
|
||||||
if SHELL
|
if SHELL
|
||||||
|
|
||||||
config SHELL_STACK_SIZE
|
config SHELL_STACK_SIZE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue