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

Return value

OT_ERROR_NONE Dataset update started successfully (@p aCallback will be invoked on completion). OT_ERROR_INVALID_STATE Device is disabled or not fully configured (missing or incomplete Active Dataset). OT_ERROR_ALREADY The @p aDataset fields already match the existing Active Dataset. OT_ERROR_INVALID_ARGS The @p aDataset is not valid (contains Active or Pending Timestamp). OT_ERROR_BUSY Cannot start update, a previous one is ongoing. OT_ERROR_NO_BUFS Could not allocated buffer to save Dataset.

References

from examples