MCPcopy Create free account
hub / github.com/devkitPro/libctru / nfcStartScanning

Function nfcStartScanning

libctru/source/services/nfc.c:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108Result nfcStartScanning(u16 inval)
109{
110 Result ret = NFC_StartCommsAdapter();
111 if(R_FAILED(ret)) return ret;
112
113 return NFC_StartTagScanning(inval);
114}
115
116Result nfcStartOtherTagScanning(u16 unk0, u32 unk1)
117{

Callers

nothing calls this directly

Calls 2

NFC_StartCommsAdapterFunction · 0.85
NFC_StartTagScanningFunction · 0.85

Tested by

no test coverage detected