nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ ot_rpc_set_factory_assigned_ieee_eui64()

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.

Parameters
eui64IEEE EUI64 identifier.
Return values
OT_ERROR_NONEIEEE EUI64 saved successfully.
OT_ERROR_NOT_CAPABLESetting IEEE EUI64 unsupported by the remote device.
OT_ERROR_FAILEDFailed to save IEEE EUI64.