-
Notifications
You must be signed in to change notification settings - Fork 3k
BLE: Cordio bugfix fixed size writes under size must be allowed #13283
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: Cordio bugfix fixed size writes under size must be allowed #13283
Conversation
This is tested and verified by the new tests:
|
@paul-szczepanek-arm, thank you for your changes. |
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.
LGTM
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
This PR does not contain release version label after merging. |
Summary of changes
Fixed size ATT writes within size must be allowed as described in CORE SPECIFICATION Version 5.2, Vol 3, Part F, 3.4.5.1:
If the attribute value has a fixed length and the Attribute Value parameter length is less than or equal to the length of the attribute value, the octets of the attribute value parameter length shall be written; all other octets in this attribute value shall be unchanged.
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers