Home | History | Annotate | Download | only in src

Lines Matching full:card

167         /* Reset the Card Type */
170 /* Reset the Memory Card Size*/
264 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel
270 * In future this can be extended to support any types of card.
302 /* Card is in invalid state, cannot have any read/write
309 /* Can't read any data from the card:TLV length is zero*/
325 reading from the first Page of the card.
350 /* Mifare card selected. Call Mifare read */
363 /* Desfire card selected. Call Desfire read */
374 /* Mifare card selected. Call Mifare read */
384 /* Desfire card selected. Call Desfire Write */
394 /* Topaz card selected. Call Topaz read */
402 /* Topaz card selected. Call Topaz read */
422 /* Mockup card selected. Call Mockup Write */
431 /* Unknown card type. Return error */
447 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel
453 * extended to support any types of card.
490 /* Card is in invalid state, cannot have any read/write
499 /*Can't write to the card :No Grants */
512 writing from the first Byte of the card.
518 /* If Topaz Dynamic card CC bytes are not valid then also allow writing,
519 If card is really good then writing will be done properly and reading can be performed,
520 otherwise writing or reading will fail. so, setting card state to
551 /* Mifare card selected. Call Mifare Write */
564 /* Desfire card selected. Call Desfire Write */
575 /* Mifare card selected. Call Mifare read */
585 /* Desfire card selected. Call Desfire Write */
595 /* Topaz card selected. Call Topaz Write */
603 /* Topaz card selected. Call Topaz Write */
624 /* Mockup card selected. Call Mockup Write */
632 /* Unknown card type. Return error */
703 * In future this can be extended to check any types of card ndef
767 /* Remote device is Mifare card . Check for Mifare
771 /* The SAK/Sel_Res says the card is of the type
784 /* The SAK/Sel_Res says the card is of the type
795 /* Invalid Mifare UL card, as the remote device
796 info - opmode says its a Mifare UL card but,
808 /* Remote device is Desfire card . Check for Desfire
812 /* The SAK/Sel_Res says the card is of the type
823 /* Invalid Desfire card, as the remote device
824 info - opmode says its a desfire card but,
862 /* Remote device is Topaz card . Check for Topaz
867 Type of the Topaz card.Card could be Static or
896 /* The SAK/Sel_Res says the card is of the type
907 /* Invalid Topaz card, as the remote device
908 info - opmode says its a desfire card but,
969 /* Remote device is Mifare Standard card */
979 /* Remote device is Mifare UL card */
990 /* Remote device is Desfire card */
998 /* Remote device is Desfire card */
1004 /* Remote device is Felica Smart card */
1016 /* Remote device is Topaz Smart card */
1022 /* Remote device is Topaz Smart card */
1038 /* Remote device is Desfire card */
1102 /* Unknown card type. Return error */
1205 /* Mifare card selected. Call Mifare Write */
1215 /* Felica card selected. Call to write EMPTY NDEF Msg */
1224 /* Unknown card type. Return error */
1237 * of the NDEF data that he can write in to the card.
1253 /* Which card ? */
1258 /* Mifare UL card */
1263 /* In Mifare UL card, the actual size is the length field
1274 /* Desfire card */
1281 /* In Desfire card, the actual size cant be calculated so
1289 /* Topaz card */
1294 /* In Topaz card, the actual size is the length field value of the
1300 /* Topaz 512 card */
1305 /* In Topaz card, the actual size is the length field value of the
1315 /* Mifare std card */
1317 /* Max size is the number of NDEF compliant blocks in the card
1395 /* Felica card */
1399 /* In Felica Card, actual size is calculated using the Length Bytes */
1441 /* In Desfire card, the actual size cant be calculated so
1448 /* Unknown card type. Return error */