Searched defs:pConfigRspCb (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_initiator.c1233 pphLibNfc_RspCb_t pConfigRspCb,
1244 else if((NULL == pConfigInfo) || (NULL == pConfigRspCb)
1286 gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCb = pConfigRspCb;
1232 phLibNfc_Mgt_SetP2P_ConfigParams(phLibNfc_sNfcIPCfg_t* pConfigInfo, pphLibNfc_RspCb_t pConfigRspCb, void* pContext ) argument
H A DphLibNfc_llcp.c110 pphLibNfc_RspCb_t pConfigRspCb,
127 if ((pConfigInfo == NULL) || (pConfigRspCb == NULL))
154 result = phLibNfc_Mgt_SetP2P_ConfigParams(&sNfcIPCfg, pConfigRspCb, pContext);
109 phLibNfc_Mgt_SetLlcp_ConfigParams( phLibNfc_Llcp_sLinkParameters_t* pConfigInfo, pphLibNfc_RspCb_t pConfigRspCb, void* pContext ) argument

Completed in 100 milliseconds