Files
vsmartcard/TCardEmulator/inc/sap_app.h
Jan-Christopher Pien f2a68c95c1 Refactor connecting to SAP service and sending messages in queue
Sending and receiving works correctly, however establishing an SAP connection takes too long
2016-11-30 08:23:53 +01:00

9 lines
175 B
C

#ifndef __sap_H__
#define __sap_H__
#include <nfc.h>
void send_apdu_response(nfc_se_h handle, unsigned char *resp, unsigned int resp_len);
#endif /* __tcardemulator_H__ */