Authentication for ACardEmulator/TCardEmulator
secure sending and with high priority
This commit is contained in:
committed by
Frank Morgner
parent
45273626eb
commit
9c758ffda0
@@ -5,4 +5,6 @@
|
||||
|
||||
void send_apdu_response(nfc_se_h handle, unsigned char *resp, unsigned int resp_len);
|
||||
|
||||
extern gboolean agent_connected;
|
||||
|
||||
#endif /* __tcardemulator_H__ */
|
||||
|
||||
@@ -12,13 +12,6 @@
|
||||
#include <nfc.h>
|
||||
#include <glib.h>
|
||||
|
||||
//extern unsigned char *rapdu;
|
||||
//extern size_t rapdu_length;
|
||||
//extern gboolean rapdu_received;
|
||||
|
||||
#define HELLO_ACC_ASPID "/com/vsmcartcard"
|
||||
#define HELLO_ACC_CHANNELID 104
|
||||
|
||||
void initialize_sap();
|
||||
gboolean find_peers();
|
||||
gboolean request_service_connection(void);
|
||||
|
||||
Reference in New Issue
Block a user