Home
last modified time | relevance | path

Searched refs:ndef_cntx (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c154 ||(CHK_NDEF_NOT_DONE == gpphLibContext->ndef_cntx.is_ndef)) in phLibNfc_Ndef_Read()
159 else if(gpphLibContext->ndef_cntx.is_ndef == FALSE) in phLibNfc_Ndef_Read()
164 else if((gpphLibContext->ndef_cntx.is_ndef == TRUE) in phLibNfc_Ndef_Read()
165 &&(0 == gpphLibContext->ndef_cntx.NdefActualSize)) in phLibNfc_Ndef_Read()
181 gpphLibContext->ndef_cntx.eLast_Call = NdefRd; in phLibNfc_Ndef_Read()
207 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap in phLibNfc_Ndef_Read()
223 gpphLibContext->ndef_cntx.psUpperNdefMsg = psRd; in phLibNfc_Ndef_Read()
227 gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_Read()
233 gpphLibContext->ndef_cntx.NdefContinueRead =(uint8_t) ((phLibNfc_Ndef_EBegin==Offset) ? in phLibNfc_Ndef_Read()
237 RetVal = phFriNfc_NdefMap_RdNdef(gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_Read()
[all …]
DphLibNfc.c543 (void) memset(&(gpphLibContext->ndef_cntx),0, in phLibNfc_Mgt_Reset()
575 if(NULL != gpphLibContext->ndef_cntx.psNdefMap) in phLibNfc_Mgt_Reset()
577 if(NULL != gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf) in phLibNfc_Mgt_Reset()
579 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf); in phLibNfc_Mgt_Reset()
580 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf = NULL; in phLibNfc_Mgt_Reset()
582 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap); in phLibNfc_Mgt_Reset()
583 gpphLibContext->ndef_cntx.psNdefMap = NULL; in phLibNfc_Mgt_Reset()
595 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt) in phLibNfc_Mgt_Reset()
597 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt); in phLibNfc_Mgt_Reset()
598 gpphLibContext->ndef_cntx.ndef_fmt = NULL; in phLibNfc_Mgt_Reset()
DphLibNfc_Internal.h216 phLibNfc_NdefInfo_t ndef_cntx; member
DphLibNfc_initiator.c771 gpphLibContext->ndef_cntx.is_ndef = CHK_NDEF_NOT_DONE; in phLibNfc_RemoteDev_Connect_Cb()
905 gpphLibContext->ndef_cntx.is_ndef = CHK_NDEF_NOT_DONE; in phLibNfc_RemoteDev_Disconnect_cb()
1016 gpphLibContext->ndef_cntx.eLast_Call = RawTrans; in phLibNfc_RemoteDev_Transceive()