otPlatRadioSetChannelTargetPower() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

OT_ERROR_NONE Successfully set the target power. OT_ERROR_INVALID_ARGS The @p aChannel is invalid. OT_ERROR_NOT_IMPLEMENTED The feature is not implemented.

Notes

This API is an optional radio platform API. It's up to the platform layer to implement it. If this function and `otPlatRadioSetTransmitPower()` are implemented at the same time: - If neither of these two functions is called, the radio outputs the platform-defined default power. - If both functions are called, the last one to be called takes effect.

References

from examples