Home | History | Annotate | Download | only in src

Lines Matching refs:Ndef_Info

865     phLibNfc_ChkNdef_Info_t    Ndef_Info;
873 Ndef_Info.ActualNdefMsgLength = 0;
874 Ndef_Info.MaxNdefMsgLength = 0;
875 Ndef_Info.NdefCardState = PHLIBNFC_NDEF_CARD_INVALID;
905 Ndef_Info.ActualNdefMsgLength = pLibNfc_Ctxt->ndef_cntx.NdefActualSize;
906 Ndef_Info.MaxNdefMsgLength = pLibNfc_Ctxt->ndef_cntx.NdefLength;
949 Ndef_Info.ActualNdefMsgLength =
951 Ndef_Info.MaxNdefMsgLength
1015 Ndef_Info.NdefCardState =
1022 Ndef_Info.NdefCardState =
1029 Ndef_Info.NdefCardState =
1036 Ndef_Info.NdefCardState =
1043 pClientCb(pUpperLayerContext,Ndef_Info,RetStatus);
1055 phLibNfc_ChkNdef_Info_t Ndef_Info = {0,0,0};
1121 Ndef_Info.NdefCardState = PHLIBNFC_NDEF_CARD_INVALID;
1123 pClientCb(pUpperLayerContext,Ndef_Info,RetStatus);
1143 phLibNfc_ChkNdef_Info_t Ndef_Info;
1160 Ndef_Info.ActualNdefMsgLength = 0;
1161 Ndef_Info.MaxNdefMsgLength = 0;
1163 pClientCb(pUpperLayerContext,Ndef_Info,status);