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

Return value

OT_ERROR_NONE Successfully added the calibrated power to the power calibration table. OT_ERROR_NO_BUFS No available entry in the power calibration table. OT_ERROR_INVALID_ARGS The @p aChannel, @p aActualPower or @p aRawPowerSetting is invalid or the @p aActualPower already exists in the power calibration table. OT_ERROR_NOT_IMPLEMENTED This feature is not implemented.

Notes

This API is an optional radio platform API. It's up to the platform layer to implement it.

References

from examples