Let ACardEmulator provide installed AIDs
This commit is contained in:
committed by
Frank Morgner
parent
dae5622992
commit
3501843159
@@ -4,6 +4,7 @@
|
||||
#include <nfc.h>
|
||||
|
||||
void send_apdu_response(nfc_se_h handle, unsigned char *resp, unsigned int resp_len);
|
||||
void install_aids(void *buffer, unsigned int buffer_size);
|
||||
|
||||
extern gboolean agent_connected;
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ void initialize_sap();
|
||||
gboolean find_peers();
|
||||
gboolean request_service_connection(void);
|
||||
gboolean terminate_service_connection(void);
|
||||
gboolean send_data(nfc_se_h nfc_handle, void *message, unsigned int message_len);
|
||||
GSList* request_installed_aids();
|
||||
gboolean send_data(nfc_se_h nfc_handle, char* prefix, unsigned int prefix_len, void *message, unsigned int message_len);
|
||||
|
||||
#endif /* __tcardemulator_H__ */
|
||||
|
||||
Reference in New Issue
Block a user