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

Function nfcStopScanning

libctru/source/services/nfc.c:124–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void nfcStopScanning(void)
125{
126 bool new3ds_flag = false;
127
128 APT_CheckNew3DS(&new3ds_flag);
129
130 NFC_StopTagScanning();
131
132 if(!new3ds_flag)
133 {
134 NFC_StopCommunication();
135 }
136}
137
138static Result NFC_Initialize(NFC_OpType type)
139{

Callers

nothing calls this directly

Calls 3

APT_CheckNew3DSFunction · 0.85
NFC_StopTagScanningFunction · 0.85
NFC_StopCommunicationFunction · 0.85

Tested by

no test coverage detected