Home
last modified time | relevance | path

Searched refs:RtdIndex (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_NdefReg.c246 NdefReg->RtdIndex = 0; in phFriNfc_NdefReg_DispatchPacket()
473 while(NdefReg->RtdIndex < NdefReg->NdefTypeList->NumberOfRTDs) in phFriNfc_NdefReg_Process()
503 if((NdefReg->NdefTypeList->Tnf[NdefReg->RtdIndex] & in phFriNfc_NdefReg_Process()
506 (NdefReg->NdefTypeList->NdeftypeLength[NdefReg->RtdIndex] == in phFriNfc_NdefReg_Process()
510 switch(NdefReg->NdefTypeList->Tnf[NdefReg->RtdIndex]) in phFriNfc_NdefReg_Process()
515 … if(!phFriNfc_NdefReg_Strncmp((const int8_t *)NdefReg->NdefTypeList->NdefType[NdefReg->RtdIndex], in phFriNfc_NdefReg_Process()
532 … if( !phFriNfc_NdefReg_Strnicmp( (int8_t *)NdefReg->NdefTypeList->NdefType[NdefReg->RtdIndex], in phFriNfc_NdefReg_Process()
615 NdefReg->RtdIndex++; in phFriNfc_NdefReg_Process()
623 NdefReg->RtdIndex = 0; in phFriNfc_NdefReg_Process()
662 NdefReg->RtdIndex = 0; in phFriNfc_NdefReg_Process()
DphFriNfc_NdefReg.h263 uint32_t RtdIndex; /**< \internal */ member