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

Return value

OT_ERROR_NONE Successfully started the Border Routing Manager on given infrastructure. OT_ERROR_INVALID_STATE The Border Routing Manager is in a state other than disabled or uninitialized. OT_ERROR_INVALID_ARGS The index of the infrastructure interface is not valid. OT_ERROR_FAILED Internal failure. Usually due to failure in generating random prefixes.

Notes

This method MUST be called before any other otBorderRouting* APIs. This method can be re-called to change the infrastructure interface, but the Border Routing Manager should be disabled first, and re-enabled after.

References

from examples