![]() |
nRF Connect SDK API 3.3.99
|
| otError ot_rpc_set_factory_assigned_ieee_eui64 | ( | const otExtAddress * | eui64 | ) |
#include <include/net/ot_rpc.h>
Set factory assigned IEEE EUI64 on the remote device.
The function issues an nRF RPC command that configures the factory-assigned IEEE EUI64, which can then be retrieved using the otLinkGetFactoryAssignedIeeeEui64 API.
| eui64 | IEEE EUI64 identifier. |
| OT_ERROR_NONE | IEEE EUI64 saved successfully. |
| OT_ERROR_NOT_CAPABLE | Setting IEEE EUI64 unsupported by the remote device. |
| OT_ERROR_FAILED | Failed to save IEEE EUI64. |