Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc_P2P.c327 NFCSTATUS SendStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status; in phHal4Nfc_SendCompleteHandler() local
331 if((SendStatus != NFCSTATUS_SUCCESS) in phHal4Nfc_SendCompleteHandler()
336 SendStatus = (NFCSTATUS)(NFC_INVALID_RELEASE_TYPE != in phHal4Nfc_SendCompleteHandler()
337 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus); in phHal4Nfc_SendCompleteHandler()
345 SendStatus in phHal4Nfc_SendCompleteHandler()
359 SendStatus in phHal4Nfc_SendCompleteHandler()
366 SendStatus = phHal4Nfc_Disconnect_Execute(gpphHal4Nfc_Hwref); in phHal4Nfc_SendCompleteHandler()
367 if((NFCSTATUS_PENDING != SendStatus) && in phHal4Nfc_SendCompleteHandler()
376 SendStatus in phHal4Nfc_SendCompleteHandler()
403 SendStatus = phHciNfc_Send_Data ( in phHal4Nfc_SendCompleteHandler()
[all …]