Lines Matching refs:sNfcIp_Context
108 ||(NULL!=gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb) in phLibNfc_RemoteDev_Receive()
115 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice) in phLibNfc_RemoteDev_Receive()
131 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb = NULL; in phLibNfc_RemoteDev_Receive()
149 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb= pReceiveRspCb; in phLibNfc_RemoteDev_Receive()
150 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = pContext; in phLibNfc_RemoteDev_Receive()
182 pClientCb = gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb; in phLibNfc_RemoteDev_Receive_Cb()
183 pUpperLayerContext = gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx; in phLibNfc_RemoteDev_Receive_Cb()
185 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb = NULL; in phLibNfc_RemoteDev_Receive_Cb()
186 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = NULL; in phLibNfc_RemoteDev_Receive_Cb()
262 ||(NULL!=gpphLibContext->sNfcIp_Context.pClientNfcIpRxCb) in phLibNfc_RemoteDev_Send()
270 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice) in phLibNfc_RemoteDev_Send()
274 else if((NULL!=gpphLibContext->sNfcIp_Context.pClientNfcIpTxCb)) in phLibNfc_RemoteDev_Send()
290 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCb = NULL; in phLibNfc_RemoteDev_Send()
310 gpphLibContext->sNfcIp_Context.TransactInfoRole.remotePCDType = in phLibNfc_RemoteDev_Send()
316 &(gpphLibContext->sNfcIp_Context.TransactInfoRole), in phLibNfc_RemoteDev_Send()
327 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCb= pSendRspCb; in phLibNfc_RemoteDev_Send()
328 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCntx = pContext; in phLibNfc_RemoteDev_Send()
387 pClientCb = gpphLibContext->sNfcIp_Context.pClientNfcIpTxCb; in phLibNfc_RemoteDev_Send_Cb()
388 pUpperLayerContext = gpphLibContext->sNfcIp_Context.pClientNfcIpTxCntx; in phLibNfc_RemoteDev_Send_Cb()
390 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCb = NULL; in phLibNfc_RemoteDev_Send_Cb()
391 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCntx = NULL; in phLibNfc_RemoteDev_Send_Cb()