Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nfc_types.h « nfc « applications - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c335b2a16a3db9c6e47c5d992fb07e0a46ef905f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "st_errno.h"
#include "rfal_nfc.h"

#include <gui/view_dispatcher.h>
#include "nfc_worker.h"

const char* nfc_get_rfal_type(rfalNfcDevType type);

const char* nfc_get_dev_type(NfcDeviceType type);

const char* nfc_get_nfca_type(rfalNfcaListenDeviceType type);

const char* nfc_guess_protocol(NfcProtocol protocol);

const char* nfc_mf_ul_type(MfUltralightType type, bool full_name);