From 1ff513dc17e43cc552c896ff5351004ab265c94c Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 24 Jun 2025 12:54:32 -0400 Subject: [PATCH] ldn: Updated docs. --- nx/include/switch/services/ldn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/ldn.h b/nx/include/switch/services/ldn.h index 7bef8811..8ece9c55 100644 --- a/nx/include/switch/services/ldn.h +++ b/nx/include/switch/services/ldn.h @@ -340,6 +340,7 @@ Result ldnSetWirelessControllerRestriction(LdnWirelessControllerRestriction rest /** * @brief SetProtocol * @note This is only usable with [20.0.0+] (with [18.0.0-19-0.1] this is available but not usable). + * @note \ref LdnState must be ::LdnState_Initialized. If a non-default Protocol is wanted, use this after \ref ldnInitialize. * @param[in] protocol \ref LdnProtocol */ Result ldnSetProtocol(LdnProtocol protocol);