Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.c373 NdefInfo.is_ndef = 1; in Mfc_CheckNdef_Completion_Routine()
393 NdefInfo.is_ndef = 0; in Mfc_CheckNdef_Completion_Routine()
618 if(NdefInfo.is_ndef == 0) in Mfc_SetReadOnly()
623 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) ) in Mfc_SetReadOnly()
676 if(NdefInfo.is_ndef == 0) in Mfc_ReadNdef()
681 else if( (NdefInfo.is_ndef == 1) && (NdefInfo.NdefActualSize == 0) ) in Mfc_ReadNdef()
811 if( NdefInfo.is_ndef == PH_LIBNFC_INTERNAL_CHK_NDEF_NOT_DONE ) in Mfc_WriteNdef()
816 else if( NdefInfo.is_ndef == 0 ) in Mfc_WriteNdef()
DphNxpExtns_MifareStd.h144 uint8_t is_ndef; member