Lines Matching defs:ese
24 #include <ese/ese.h>
84 struct EseInterface ese = ESE_INITIALIZER(ESE_HW_NXP_PN80T_NQ_NCI);
91 if (ese_open(&ese, ese_hw_open_data) < 0) {
93 if (ese_error(&ese))
94 printf("eSE error (%d): %s\n", ese_error_code(&ese),
95 ese_error_message(&ese));
109 recvd = ese_transceive(&ese, (uint8_t *)apdu->bytes, apdu->length, rx_buf,
111 if (ese_error(&ese)) {
112 printf("An error (%d) occurred: %s", ese_error_code(&ese),
113 ese_error_message(&ese));
127 ese_close(&ese);