Searched refs:SW1_LAST_EXECUTION_ERROR (Results 1 - 1 of 1) sorted by relevance

/external/libese/libapdu/include/apdu/
H A Dapdu.h73 static constexpr uint8_t SW1_LAST_EXECUTION_ERROR = 0x66; member in class:android::ResponseApdu
98 return sw1 >= SW1_FIRST_EXECUTION_ERROR && sw1 <= SW1_LAST_EXECUTION_ERROR;

Completed in 49 milliseconds