Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c373 phNfc_sData_t *psWr, in phLibNfc_Ndef_Write() argument
387 else if((NULL == psWr) || (NULL == pNdefWrite_RspCb) in phLibNfc_Ndef_Write()
388 || (NULL == psWr->buffer) in phLibNfc_Ndef_Write()
418 else if(psWr->length > gpphLibContext->ndef_cntx.NdefLength) in phLibNfc_Ndef_Write()
432 gpphLibContext->ndef_cntx.psUpperNdefMsg = psWr; in phLibNfc_Ndef_Write()
433 gpphLibContext->ndef_cntx.AppWrLength= psWr->length; in phLibNfc_Ndef_Write()
493 if(0 == psWr->length) in phLibNfc_Ndef_Write()
DphLibNfc.h1901 phNfc_sData_t* psWr,