mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
02aaf7cb73
This commit removes the `Tlv::ReadTlvValue()` method which is no longer needed or used. The same functionality is provided through the `Tlv::Info` class, specifically using its `ParseFrom()` and `ReadValue()` methods. This approach is safer and provides more comprehensive information about the parsed TLV. The unit tests are also updated to replace the usage of the removed method with the new `Tlv::Info` based approach.