nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
ot_rpc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef OT_RPC_H_
8#define OT_RPC_H_
9
10#include <openthread/link.h>
11
19#ifdef __cplusplus
20extern "C" {
21#endif
22
34otError ot_rpc_set_factory_assigned_ieee_eui64(const otExtAddress * eui64);
35
36#ifdef __cplusplus
37}
38#endif
39
44#endif /* OT_RPC_H_ */
otError ot_rpc_set_factory_assigned_ieee_eui64(const otExtAddress *eui64)
Set factory assigned IEEE EUI64 on the remote device.