Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some conversions to use PacketBufferHandle (project-chip#4011)
#### Problem Code should use `PacketBufferHandle` rather than `PacketBuffer *`. #### Summary of Changes - Converts send paths and most other remaining code. - Adds some PacketBufferHandle convenience functions. - Removes AddToEnd_ForNow() and DetachTail_ForNow(). Part of issue project-chip#2707 - Figure out a way to express PacketBuffer ownership in the type system
- Loading branch information