Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c370 phNfc_sData_t *psWr, in phLibNfc_Ndef_Write() argument
384 else if((NULL == psWr) || (NULL == pNdefWrite_RspCb) in phLibNfc_Ndef_Write()
385 || (NULL == psWr->buffer) in phLibNfc_Ndef_Write()
415 else if(psWr->length > gpphLibContext->ndef_cntx.NdefLength) in phLibNfc_Ndef_Write()
429 gpphLibContext->ndef_cntx.psUpperNdefMsg = psWr; in phLibNfc_Ndef_Write()
430 gpphLibContext->ndef_cntx.AppWrLength= psWr->length; in phLibNfc_Ndef_Write()
490 if(0 == psWr->length) in phLibNfc_Ndef_Write()
DphLibNfc.h1897 phNfc_sData_t* psWr,