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

Return value

OT_ERROR_NONE Successfully removed the Joiner. OT_ERROR_NOT_FOUND The Joiner specified by @p aEui64 was not found. OT_ERROR_INVALID_ARGS @p aEui64 is invalid. OT_ERROR_INVALID_STATE The commissioner is not active.

Notes

Only use this after successfully starting the Commissioner role with otCommissionerStart().

References

from examples