-
Notifications
You must be signed in to change notification settings - Fork 3k
BLE: put the acl buffer size in config #10580
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
BLE: put the acl buffer size in config #10580
Conversation
@cy-kishore please comment if that works for you. |
@paul-szczepanek-arm, thank you for your changes. |
This is fine. Please merge this to mainline. |
"value": 23 | ||
}, | ||
"rx-acl-buffer-size": { | ||
"help": "Size of the buffer holding the ACL packet. This will limit the effective ATT_MTU (to its value minus 4 bytes for the header). The size of the buffer must be small enough to be allocated from the existing cordio pool. If this value is increased you may need to adjust the memory pool.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worthwhile to explain that it is the size of whole acl packet; not just the buffer used to send fragments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I have made the wording more explicit.
Hi, regards |
CI started |
@cy-kishore will try to get this in asap |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
This is completely non-functional change - this simply puts the acl buffer size in a config file. Comprehensive fix that integrates with the memory pool will be scheduled later.
Pull request type
Reviewers
Release Notes