Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: net: set CONFIG_NET_BUF_RX_COUNT to 64 #22381

Merged
merged 1 commit into from
Jan 31, 2020

Conversation

nashif
Copy link
Member

@nashif nashif commented Jan 31, 2020

This count is assigned to CONFIG_BT_ACL_RX_COUNT which expects a number
in the range of 1-64, otherwise kconfig fails.

Fixes #22259

This count is assigned to CONFIG_BT_ACL_RX_COUNT which expects a number
in the range of 1-64, otherwise kconfig fails.

Fixes zephyrproject-rtos#22259

Signed-off-by: Anas Nashif <[email protected]>
@nashif
Copy link
Member Author

nashif commented Jan 31, 2020

This will unblock #21206

@nashif nashif merged commit e3acaa1 into zephyrproject-rtos:master Jan 31, 2020
@nashif nashif deleted the CONFIG_BT_ACL_RX_COUNT branch January 31, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bluetooth: default value 80 on BT_ACL_RX_COUNT clamped to 64
3 participants