Home | History | Annotate | Download | only in dnld

Lines Matching full:psession

181 ** Parameters       pSession - response buffer which gets updated with complete version info from NFCC
192 NFCSTATUS phDnldNfc_GetSessionState(pphDnldNfc_Buff_t pSession, pphDnldNfc_RspCb_t pNotify, void *pContext)
196 if((NULL == pSession) || (NULL == pNotify) ||
212 if((NULL != pSession->pBuff) && (0 != pSession->wLen))
214 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff;
215 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen;