Home | History | Annotate | Download | only in src

Lines Matching refs:ndef_cntx

154             ||(CHK_NDEF_NOT_DONE == gpphLibContext->ndef_cntx.is_ndef))
159 else if(gpphLibContext->ndef_cntx.is_ndef == FALSE)
164 else if((gpphLibContext->ndef_cntx.is_ndef == TRUE)
165 &&(0 == gpphLibContext->ndef_cntx.NdefActualSize))
181 gpphLibContext->ndef_cntx.eLast_Call = NdefRd;
207 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap
223 gpphLibContext->ndef_cntx.psUpperNdefMsg = psRd;
227 gpphLibContext->ndef_cntx.psNdefMap,
233 gpphLibContext->ndef_cntx.NdefContinueRead =(uint8_t) ((phLibNfc_Ndef_EBegin==Offset) ?
237 RetVal = phFriNfc_NdefMap_RdNdef(gpphLibContext->ndef_cntx.psNdefMap,
238 gpphLibContext->ndef_cntx.psUpperNdefMsg->buffer,
239 (uint32_t*)&gpphLibContext->ndef_cntx.psUpperNdefMsg->length,
240 gpphLibContext->ndef_cntx.NdefContinueRead);
245 gpphLibContext->ndef_cntx.psUpperNdefMsg->length = 0;
304 if (gpphLibContext->psBufferedAuth != NULL && gpphLibContext->ndef_cntx.psNdefMap != NULL) {
306 gpphLibContext->ndef_cntx.psNdefMap->StdMifareContainer.currentBlock;
315 gpphLibContext->ndef_cntx.is_ndef = FALSE;
408 (gpphLibContext->ndef_cntx.is_ndef == CHK_NDEF_NOT_DONE))
414 else if(FALSE == gpphLibContext->ndef_cntx.is_ndef)
418 else if(psWr->length > gpphLibContext->ndef_cntx.NdefLength)
432 gpphLibContext->ndef_cntx.psUpperNdefMsg = psWr;
433 gpphLibContext->ndef_cntx.AppWrLength= psWr->length;
434 gpphLibContext->ndef_cntx.eLast_Call = NdefWr;
463 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap
487 gpphLibContext->ndef_cntx.psNdefMap,
496 RetVal = phFriNfc_NdefMap_EraseNdef(gpphLibContext->ndef_cntx.psNdefMap);
503 RetVal=phFriNfc_NdefMap_WrNdef(gpphLibContext->ndef_cntx.psNdefMap,
504 gpphLibContext->ndef_cntx.psUpperNdefMsg->buffer,
505 (uint32_t*)&gpphLibContext->ndef_cntx.psUpperNdefMsg->length,
553 if (gpphLibContext->psBufferedAuth != NULL && gpphLibContext->ndef_cntx.psNdefMap != NULL) {
555 gpphLibContext->ndef_cntx.psNdefMap->TLVStruct.NdefTLVBlock;
582 if(gpphLibContext->ndef_cntx.AppWrLength >
583 gpphLibContext->ndef_cntx.NdefLength)
589 pLibNfc_Ctxt->ndef_cntx.NdefActualSize =
590 pLibNfc_Ctxt->ndef_cntx.psUpperNdefMsg->length;
639 if(NULL == gpphLibContext->ndef_cntx.psNdefMap)
642 gpphLibContext->ndef_cntx.psNdefMap = (phFriNfc_NdefMap_t *)
645 if(NULL != gpphLibContext->ndef_cntx.psNdefMap)
648 (void)memset(gpphLibContext->ndef_cntx.psNdefMap,0,sizeof(phFriNfc_NdefMap_t));
649 gpphLibContext->ndef_cntx.NdefSendRecvLen = NDEF_SENDRCV_BUF_LEN;
650 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf =
652 ndef_cntx.NdefSendRecvLen);
654 if(NULL != gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf)
656 (void)memset(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf,
658 gpphLibContext->ndef_cntx.NdefSendRecvLen);
682 gpphLibContext->ndef_cntx.is_ndef = CHK_NDEF_NOT_DONE;
684 if(NULL == gpphLibContext->ndef_cntx.ndef_fmt)
687 gpphLibContext->ndef_cntx.ndef_fmt = (phFriNfc_sNdefSmtCrdFmt_t *)
690 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
692 (void)memset(gpphLibContext->ndef_cntx.ndef_fmt,
709 if(gpphLibContext->ndef_cntx.psNdefMap !=NULL)
711 if(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf !=NULL)
713 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf);
714 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf=NULL;
716 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap);
717 gpphLibContext->ndef_cntx.psNdefMap =NULL;
720 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
722 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt);
723 gpphLibContext->ndef_cntx.ndef_fmt = NULL;
792 gpphLibContext->ndef_cntx.NdefSendRecvLen=300;
793 gpphLibContext->ndef_cntx.eLast_Call = ChkNdef;
796 RetVal = phFriNfc_NdefMap_Reset( gpphLibContext->ndef_cntx.psNdefMap,
800 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf,
801 gpphLibContext->ndef_cntx.NdefSendRecvLen,
802 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf,
803 &(gpphLibContext->ndef_cntx.NdefSendRecvLen),
811 gpphLibContext->ndef_cntx.psNdefMap,
817 RetVal = phFriNfc_NdefMap_ChkNdef(gpphLibContext->ndef_cntx.psNdefMap);
831 if((0x00 == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id)||
832 (PH_OSALNFC_INVALID_TIMER_ID == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id))
834 gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id =
837 if((0x00 == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id)||
838 (PH_OSALNFC_INVALID_TIMER_ID == gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id))
844 phOsalNfc_Timer_Start(gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id,
899 gpphLibContext->ndef_cntx.is_ndef = TRUE;
901 pLibNfc_Ctxt->ndef_cntx.psNdefMap,
902 &(pLibNfc_Ctxt->ndef_cntx.NdefLength),
903 &(pLibNfc_Ctxt->ndef_cntx.NdefActualSize));
905 Ndef_Info.ActualNdefMsgLength = pLibNfc_Ctxt->ndef_cntx.NdefActualSize;
906 Ndef_Info.MaxNdefMsgLength = pLibNfc_Ctxt->ndef_cntx.NdefLength;
924 gpphLibContext->ndef_cntx.is_ndef = FALSE;
943 gpphLibContext->ndef_cntx.is_ndef = TRUE;
945 pLibNfc_Ctxt->ndef_cntx.psNdefMap,
946 &(pLibNfc_Ctxt->ndef_cntx.NdefLength),
947 &(pLibNfc_Ctxt->ndef_cntx.NdefActualSize));
950 pLibNfc_Ctxt->ndef_cntx.NdefActualSize;
952 = pLibNfc_Ctxt->ndef_cntx.NdefLength
991 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap
1011 switch (pLibNfc_Ctxt->ndef_cntx.psNdefMap->CardState)
1065 gpphLibContext->ndef_cntx.is_ndef = FALSE;
1103 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap
1133 phOsalNfc_Timer_Delete(gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id);
1134 gpphLibContext->ndef_cntx.Chk_Ndef_Timer_Id = 0x00;
1147 switch(gpphLibContext->ndef_cntx.eLast_Call)
1203 pLibNfc_Ctxt->ndef_cntx.pClientNdefFmtCb;
1204 pUpperLayerContext= pLibNfc_Ctxt->ndef_cntx.pClientNdefFmtCntx;
1205 pLibNfc_Ctxt->ndef_cntx.pClientNdefFmtCb = NULL;
1206 pLibNfc_Ctxt->ndef_cntx.pClientNdefFmtCntx = NULL;
1285 (NULL != gpphLibContext->ndef_cntx.pClientNdefFmtCb)
1286 ||(gpphLibContext->ndef_cntx.is_ndef == TRUE))
1302 gpphLibContext->ndef_cntx.eLast_Call = NdefFmt;
1303 gpphLibContext->ndef_cntx.NdefSendRecvLen = NDEF_SENDRCV_BUF_LEN;
1307 RetVal = phFriNfc_NdefSmtCrd_Reset(gpphLibContext->ndef_cntx.ndef_fmt,
1311 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf,
1312 &(gpphLibContext->ndef_cntx.NdefSendRecvLen));
1316 RetVal = phFriNfc_NdefSmtCrd_SetCR(gpphLibContext->ndef_cntx.ndef_fmt,
1327 RetVal = phFriNfc_NdefSmtCrd_Format(gpphLibContext->ndef_cntx.ndef_fmt,
1332 gpphLibContext->ndef_cntx.pClientNdefFmtCb = pNdefformat_RspCb;
1333 gpphLibContext->ndef_cntx.pClientNdefFmtCntx = pContext;
1386 || (NULL != gpphLibContext->ndef_cntx.pClientNdefFmtCb)
1387 || (FALSE == gpphLibContext->ndef_cntx.is_ndef))
1395 gpphLibContext->ndef_cntx.eLast_Call = NdefReadOnly;
1415 gpphLibContext->ndef_cntx.psNdefMap,
1430 gpphLibContext->ndef_cntx.psNdefMap, mif_std_key);
1436 gpphLibContext->ndef_cntx.NdefSendRecvLen = NDEF_SENDRCV_BUF_LEN;
1440 ret_val = phFriNfc_NdefSmtCrd_Reset (gpphLibContext->ndef_cntx.ndef_fmt,
1444 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf,
1445 &(gpphLibContext->ndef_cntx.NdefSendRecvLen));
1450 ret_val = phFriNfc_NdefSmtCrd_SetCR (gpphLibContext->ndef_cntx.ndef_fmt,
1457 gpphLibContext->ndef_cntx.ndef_fmt);
1472 ret_val = phFriNfc_NdefMap_Reset (gpphLibContext->ndef_cntx.psNdefMap,
1476 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf,
1477 gpphLibContext->ndef_cntx.NdefSendRecvLen,
1478 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf,
1479 &(gpphLibContext->ndef_cntx.NdefSendRecvLen),
1488 gpphLibContext->ndef_cntx.psNdefMap,
1495 gpphLibContext->ndef_cntx.psNdefMap);
1510 gpphLibContext->ndef_cntx.pClientNdefFmtCb= NULL;
1516 gpphLibContext->ndef_cntx.pClientNdefFmtCb = pNdefReadOnly_RspCb;
1517 gpphLibContext->ndef_cntx.pClientNdefFmtCntx = pContext;
1593 pClientCb = gpphLibContext->ndef_cntx.pClientNdefFmtCb;
1594 pUpperLayerContext= gpphLibContext->ndef_cntx.pClientNdefFmtCntx;
1595 gpphLibContext->ndef_cntx.pClientNdefFmtCb = NULL;
1596 gpphLibContext->ndef_cntx.pClientNdefFmtCntx = NULL;
1643 gpphLibContext->ndef_cntx.psNdefMap->CardState =
1656 p_client_cb = gpphLibContext->ndef_cntx.pClientNdefFmtCb;
1657 p_upper_layer_ctxt = gpphLibContext->ndef_cntx.pClientNdefFmtCntx;
1658 gpphLibContext->ndef_cntx.pClientNdefFmtCb = NULL;
1659 gpphLibContext->ndef_cntx.pClientNdefFmtCntx = NULL;
1729 NdefInfo.NdefMessageLengthActual = gpphLibContext->ndef_cntx.NdefActualSize;
1730 NdefInfo.NdefMessageLengthMaximum = gpphLibContext->ndef_cntx.NdefLength;
1750 if(gpphLibContext->ndef_cntx.pNdef_NtfSrch_Type==NULL)
1851 if(gpphLibContext->ndef_cntx.pNdef_NtfSrch_Type!=NULL)
1929 gpphLibContext->ndef_cntx.pNdef_NtfSrch_Type = psSrchTypeList;
1967 phOsalNfc_GetMemory(gpphLibContext->ndef_cntx.NdefActualSize);
1969 gpphLibContext->ndef_cntx.NdefActualSize;
1974 gpphLibContext->ndef_cntx.psNdefMap,
1980 gpphLibContext->ndef_cntx.NdefContinueRead = PH_FRINFC_NDEFMAP_SEEK_BEGIN;
1982 RetVal = phFriNfc_NdefMap_RdNdef(gpphLibContext->ndef_cntx.psNdefMap,