forked from openthread/openthread
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[radio] clarify
otPlatRadioReceiveAt()
behavior (openthread#11221)
This commit clarifies the documentation for `otPlatRadioReceiveAt()` regarding its behavior when called multiple times after successfully scheduling a reception window. If a subsequent call occurs before the start of the previous window, it MUST cancel the previous window and effectively replace it. If the call occurs after the start of the previously scheduled window, even if still within it, it MUST NOT impact the ongoing reception.
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 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