The host sends the following command to applet to select EF file
00 A4 02 00 02 40 01
The purpose is to select EF file with ID 40 01
(which is specified in the data field of the command).
But when I debug the process(APDU apdu) method, the APDU buffer only contains the 5 first bytes 00 A4 02 00 02
. The data field is set to 00 00
. So my applet cannot select the EF using EF ID.
Could you tell me what is wrong with my APDU command above?