-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_bluetooth: Fixes to IsoDataFramePacket
There were a number of problems in the definitions of the IsoDataFramePacket, mostly related to conditional fields: * iso_sdu_fragment was improperly included in the SDU header conditional field due to indentation * offsets of fields were being incorrectly calculated * size of the iso_sdu_fragment was only correct if the frame was a complete SDU Test: pw presubmit --step gn_chre_googletest_nanopb_sapphire_build Change-Id: I71772bb7ee6c6544384011be0a2d0df1f316d4a1 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236012 Reviewed-by: Alan Rosenthal <[email protected]> Commit-Queue: Josh Conner <[email protected]> Lint: Lint 🤖 <[email protected]> Reviewed-by: Ben Lawson <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Docs-Not-Needed: Josh Conner <[email protected]>
- Loading branch information
1 parent
b1facaf
commit f8994ac
Showing
2 changed files
with
102 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters