Home
last modified time | relevance | path

Searched refs:RegNtfType (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_initiator.c152 if((TRUE == gpphLibContext->RegNtfType.MifareUL)&& (sak_byte==0x00)) in phLibNfc_NotificationRegister_Resp_Cb()
165 if((TRUE == gpphLibContext->RegNtfType.MifareStd)&& in phLibNfc_NotificationRegister_Resp_Cb()
184 if(TRUE == gpphLibContext->RegNtfType.ISO14443_4A) in phLibNfc_NotificationRegister_Resp_Cb()
200 if(TRUE == gpphLibContext->RegNtfType.MifareUL) in phLibNfc_NotificationRegister_Resp_Cb()
216 if(TRUE == gpphLibContext->RegNtfType.ISO14443_4B) in phLibNfc_NotificationRegister_Resp_Cb()
232 if(TRUE == gpphLibContext->RegNtfType.Felica) in phLibNfc_NotificationRegister_Resp_Cb()
248 if(TRUE == gpphLibContext->RegNtfType.Jewel) in phLibNfc_NotificationRegister_Resp_Cb()
265 if(TRUE == gpphLibContext->RegNtfType.ISO15693) in phLibNfc_NotificationRegister_Resp_Cb()
281 if(TRUE == gpphLibContext->RegNtfType.NFC) in phLibNfc_NotificationRegister_Resp_Cb()
296 if(TRUE == gpphLibContext->RegNtfType.NFC) in phLibNfc_NotificationRegister_Resp_Cb()
[all …]
DphLibNfc_Internal.h220 phLibNfc_Registry_Info_t RegNtfType; member
DphLibNfc.c539 (void) memset(&(gpphLibContext->RegNtfType),0, in phLibNfc_Mgt_Reset()