From 6d1c94053cb10139f35ae0269ba6f737cf80142b Mon Sep 17 00:00:00 2001 From: Konrad Derda Date: Fri, 20 Dec 2024 14:37:28 +0100 Subject: [PATCH] doc: update list of supported serialized OpenThread API functions This commit adds DNS client API functions to the list. Signed-off-by: Konrad Derda --- doc/nrf/libraries/networking/ot_rpc.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/nrf/libraries/networking/ot_rpc.rst b/doc/nrf/libraries/networking/ot_rpc.rst index d58173698b34..d7d42f8d0cd9 100644 --- a/doc/nrf/libraries/networking/ot_rpc.rst +++ b/doc/nrf/libraries/networking/ot_rpc.rst @@ -86,6 +86,22 @@ OpenThread RPC currently supports the serialization of the following OpenThread * :c:func:`otDatasetIsCommissioned` * :c:func:`otDatasetSetActive` * :c:func:`otDatasetSetActiveTlvs` +* :c:func:`otDnsAddressResponseGetAddress` +* :c:func:`otDnsAddressResponseGetHostName` +* :c:func:`otDnsBrowseResponseGetHostAddress` +* :c:func:`otDnsBrowseResponseGetServiceInfo` +* :c:func:`otDnsBrowseResponseGetServiceInstance` +* :c:func:`otDnsBrowseResponseGetServiceName` +* :c:func:`otDnsClientBrowse` +* :c:func:`otDnsClientGetDefaultConfig` +* :c:func:`otDnsClientResolveAddress` +* :c:func:`otDnsClientResolveIp4Address` +* :c:func:`otDnsClientResolveService` +* :c:func:`otDnsClientResolveServiceAndHostAddress` +* :c:func:`otDnsClientSetDefaultConfig` +* :c:func:`otDnsServiceResponseGetHostAddress` +* :c:func:`otDnsServiceResponseGetServiceInfo` +* :c:func:`otDnsServiceResponseGetServiceName` * :c:func:`otGetVersionString` * :c:func:`otInstanceErasePersistentInfo` * :c:func:`otInstanceFinalize`