Lines Matching refs:nn
22 namespace nn {
68 …static nn::Result Initialize(u8 scanNum, nn::Handle eventHandle, void* pBuffer, const size_t buffe…
78 static nn::Result Finalize();
94 static nn::Result GetEventDesc(EventDesc* pEventDesc);
106 static nn::Result GetChannels(bit16* pChannels);
126 …static nn::Result StartScan(bit16 channels, u32 uniqueId = 0, u8 childIndex = 0, const u8* pMac = …
138 static nn::Result StopScan();
157 static nn::Result GetServerInfo(ServerInfo* pServerInfo, const u8* pMac);
174 …static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, const u8* pMac, u32 uniqueId, u8 childIndex);
194 static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, bool isReset = false);
208 static nn::Result DeleteScanInfo(const u8* pMac);
230 static nn::Result StartFakeSession(const u8* pMac, u32 uniqueId, u8 childIndex);
243 static nn::Result GetPassphrase(char* pPassphrase);
253 static nn::Result StopFakeSession();
265 static nn::Result GetMyStatus(ClientStatus* pStatus);
280 static nn::Result GetConnectingNodes(u8* pNum, u16* pNodeIds, u16 size);
295 static nn::Result GetNodeInfo(NodeInfo* pNodeInfo, u16 nodeId);
307 static nn::Result GetLinkLevel(nn::uds::LinkLevel* pLinkLevel);