Home
last modified time | relevance | path

Searched refs:LastTrancvSuccess (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_initiator.c743 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_RemoteDev_Connect_Cb()
906 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_RemoteDev_Disconnect_cb()
1161 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_RemoteDev_Transceive_Cb()
1192 gpphLibContext->LastTrancvSuccess = TRUE; in phLibNfc_RemoteDev_Transceive_Cb()
1206 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_RemoteDev_Transceive_Cb()
DphLibNfc_ndef_raw.c314 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_Ndef_Read_Cb()
334 gpphLibContext->LastTrancvSuccess = TRUE; in phLibNfc_Ndef_Read_Cb()
339 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_Ndef_Read_Cb()
560 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_Ndef_Write_Cb()
580 gpphLibContext->LastTrancvSuccess = TRUE; in phLibNfc_Ndef_Write_Cb()
595 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_Ndef_Write_Cb()
907 gpphLibContext->LastTrancvSuccess = TRUE; in phLibNfc_Ndef_CheckNdef_Cb()
923 gpphLibContext->LastTrancvSuccess = FALSE; in phLibNfc_Ndef_CheckNdef_Cb()
DphLibNfc_Internal.h241 uint8_t LastTrancvSuccess; member
DphLibNfc_discovery.c269 &&(TRUE == gpphLibContext->LastTrancvSuccess)) in phLibNfc_RemoteDev_CheckPresence()