Home | History | Annotate | Download | only in src

Lines Matching refs:Felica

81 /* Felica Smart Tag Reset Helper */
198 /*Reset Felica Tag elements*/
264 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel
447 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel
1004 /* Remote device is Felica Smart card */
1133 /* Initialise/reset the different felica structure variables*/
1134 /* Reset all the felica Basic staruture variables*/
1135 NdefMap->Felica.CurBlockNo = 0;
1139 NdefMap->Felica.Rd_BytesToCopyBuff[index] = 0;
1140 NdefMap->Felica.Wr_RemainedBytesBuff[index] = 0;
1142 NdefMap->Felica.Rd_NoBytesToCopy = 0;
1143 NdefMap->Felica.Wr_BytesRemained = 0;
1146 /* Reset all the felica attribute information staruture variables*/
1157 NdefMap->Felica.CurrBytesRead=0;
1159 /* Reset all the felica manufacture details staruture variables*/
1165 NdefMap->Felica.NoBlocksWritten=0;
1215 /* Felica card selected. Call to write EMPTY NDEF Msg */
1395 /* Felica card */
1399 /* In Felica Card, actual size is calculated using the Length Bytes */