Home | History | Annotate | Download | only in src

Lines Matching defs:pContext

84 static void phFriNfc_Llcp_Receive_CB( void               *pContext,
264 static void phFriNfc_Llcp_Timer_CB(uint32_t TimerId, void *pContext)
266 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
648 static void phFriNfc_Llcp_ChkLlcp_CB( void *pContext,
652 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
661 static void phFriNfc_Llcp_LinkStatus_CB( void *pContext,
669 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
840 void *pContext;
849 pContext = Llcp->pRecvContext;
854 (pfRecvCB)(pContext, psPacket, NFCSTATUS_SUCCESS);
964 static void phFriNfc_Llcp_Receive_CB( void *pContext,
969 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
1052 static void phFriNfc_Llcp_Send_CB( void *pContext,
1056 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
1239 void *pContext )
1290 Llcp->pLinkContext = pContext;
1302 void *pContext )
1317 Llcp->pChkContext = pContext;
1415 void *pContext )
1433 Llcp->pSendContext = pContext;
1463 void *pContext )
1482 Llcp->pRecvContext = pContext;