mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
ce17d9e6a9
Adds two important notes to the main API documentation header to clarify critical usage rules for all OpenThread APIs. - The first note states that all API calls and callbacks must be invoked from the same OS context (e.g., the same thread). - The second note clarifies the behavior of output parameters when an API call returns an error.