You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[thread/cleanup] Change GetThreadProvision to return OperationalDataset (#17054)
* [thread] Change GetThreadProvision to return OperationalDataset
OpenThread stack manager has OperationalDataset member only
used as a temporary object for returning an operational
dataset as ByteSpan in GetThreadProvision method. Change the
interface to save >250 bytes of RAM.
Additionally, add bound checks in
OperationalDataset::GetExtendedPanId methods.
* Restyled by clang-format
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments