以下のコマンドを javacard に送信していますが、このエラーが発生しています
環境: nfc 経由で銀河 s3 で実行されている android アプリ
6985 使用条件が満たされていない
このエラーの原因を教えていただければ幸いです。
byte[] APDU_Command = new byte[]{
(byte)0x80,//CLA
(byte)0xD0,//INS
(byte)0x01,//P1
(byte)0x00,//P2
//Length
(byte)0x21,//Lc
//id
(byte)31,
(byte)32,
(byte)33,
(byte)34,
//number
(byte)33,
(byte)35,
(byte)31,
(byte)36,
(byte)39,
(byte)38,
(byte)30,
(byte)35,
(byte)37,
(byte)37,
(byte)34,
(byte)30,
(byte)31,
(byte)37,
(byte)33,
//Name
(byte)50,
(byte)72,
(byte)65,
(byte)76,
(byte)61,
(byte)73,
(byte)54,
(byte)65,
(byte)73,
(byte)74,
(byte)43,
(byte)61,
(byte)72,
(byte)64
};
前もって感謝します、