Lines Matching refs:nn
22 namespace nn {
69 …static nn::Result Initialize(u8 scanNum, nn::Handle eventHandle, void* pBuffer, const size_t buffe…
79 static nn::Result Finalize();
95 static nn::Result GetEventDesc(EventDesc* pEventDesc);
113 static nn::Result StartScan(u32 uniqueId = 0, u8 childIndex = 0, const u8* pMac = NULL);
125 static nn::Result StopScan();
144 static nn::Result GetServerInfo(ServerInfo* pServerInfo, const u8* pMac);
161 …static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, const u8* pMac, u32 uniqueId, u8 childIndex);
181 static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, bool isReset = false);
195 static nn::Result DeleteScanInfo(const u8* pMac);
217 static nn::Result StartFakeSession(const u8* pMac, u32 uniqueId, u8 childIndex);
230 static nn::Result GetPassphrase(char* pPassphrase);
240 static nn::Result StopFakeSession();
252 static nn::Result GetMyStatus(ClientStatus* pStatus);
267 static nn::Result GetConnectingNodes(u8* pNum, u16* pNodeIds, u16 size);
282 static nn::Result GetNodeInfo(NodeInfo* pNodeInfo, u16 nodeId);
294 static nn::Result GetLinkLevel(nn::uds::LinkLevel* pLinkLevel);
308 static nn::Result GetChannels(bit16* pChannels);
330 …static nn::Result StartScan(bit16 channels, u32 uniqueId = 0, u8 childIndex = 0, const u8* pMac = …