Searched defs:psWr (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_ndef_raw.c373 phNfc_sData_t *psWr,
387 else if((NULL == psWr) || (NULL == pNdefWrite_RspCb)
388 || (NULL == psWr->buffer)
418 else if(psWr->length > gpphLibContext->ndef_cntx.NdefLength)
432 gpphLibContext->ndef_cntx.psUpperNdefMsg = psWr;
433 gpphLibContext->ndef_cntx.AppWrLength= psWr->length;
493 if(0 == psWr->length)
371 phLibNfc_Ndef_Write( phLibNfc_Handle hRemoteDevice, phNfc_sData_t *psWr, pphLibNfc_RspCb_t pNdefWrite_RspCb, void* pContext ) argument

Completed in 18 milliseconds