Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_initiator.c1124 NFCSTATUS trans_status = NFCSTATUS_SUCCESS; in phLibNfc_RemoteDev_Transceive_Cb() local
1144 trans_status = NFCSTATUS_SHUTDOWN; in phLibNfc_RemoteDev_Transceive_Cb()
1150 trans_status = NFCSTATUS_ABORTED; in phLibNfc_RemoteDev_Transceive_Cb()
1155 trans_status = NFCSTATUS_SUCCESS; in phLibNfc_RemoteDev_Transceive_Cb()
1162 trans_status = NFCSTATUS_FAILED; in phLibNfc_RemoteDev_Transceive_Cb()
1164 trans_status = phHal4Nfc_Connect(gpphLibContext->psHwReference, in phLibNfc_RemoteDev_Transceive_Cb()
1174 trans_status = NFCSTATUS_TARGET_LOST; in phLibNfc_RemoteDev_Transceive_Cb()
1179 trans_status = NFCSTATUS_FAILED; in phLibNfc_RemoteDev_Transceive_Cb()
1184 if(NFCSTATUS_PENDING != trans_status) in phLibNfc_RemoteDev_Transceive_Cb()
1190 if(trans_status == NFCSTATUS_SUCCESS) in phLibNfc_RemoteDev_Transceive_Cb()
[all …]