Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c223 gpphLibContext->ndef_cntx.psUpperNdefMsg = psRd; in phLibNfc_Ndef_Read()
238 gpphLibContext->ndef_cntx.psUpperNdefMsg->buffer, in phLibNfc_Ndef_Read()
239 (uint32_t*)&gpphLibContext->ndef_cntx.psUpperNdefMsg->length, in phLibNfc_Ndef_Read()
245 gpphLibContext->ndef_cntx.psUpperNdefMsg->length = 0; in phLibNfc_Ndef_Read()
432 gpphLibContext->ndef_cntx.psUpperNdefMsg = psWr; in phLibNfc_Ndef_Write()
504 gpphLibContext->ndef_cntx.psUpperNdefMsg->buffer, in phLibNfc_Ndef_Write()
505 (uint32_t*)&gpphLibContext->ndef_cntx.psUpperNdefMsg->length, in phLibNfc_Ndef_Write()
590 pLibNfc_Ctxt->ndef_cntx.psUpperNdefMsg->length; in phLibNfc_Ndef_Write_Cb()
DphLibNfc_Internal.h151 phNfc_sData_t *psUpperNdefMsg; member