Skip to content

Inquiry about energy scan and next releases #9813

Answered by jwhui
testter2 asked this question in Q&A
Discussion options

You must be logged in to vote

1- In scenarios where Openthread needs to initiate energy scan from radio platform while a transmission is currently in progress, what is the recommended response? Specifically, should the radio return an OT_ERROR_BUSY response under such circumstances?

OpenThread will only call otPlatRadioEnergyScan() when the radio is in the receive or sleep states. Calls to otPlatRadioEnergyScan() are expected to succeed when in the receive or sleep states.

case kStateReceive:
case kStateSleep:
#if OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE
case kStateCslSample:
#endif
break;

2- is it planned fo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@testter2
Comment options

Answer selected by jwhui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants