Lines Matching refs:SendStatus
327 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()
409 if(NFCSTATUS_PENDING == SendStatus) in phHal4Nfc_SendCompleteHandler()
428 SendStatus = phHciNfc_Send_Data ( in phHal4Nfc_SendCompleteHandler()
445 SendStatus in phHal4Nfc_SendCompleteHandler()