Home
last modified time | relevance | path

Searched refs:pHpcNotifyCallbackParam (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c940 …HPC_RegisterCb(cy_stc_ipc_bt_context_t *btIpcContext, cy_stc_ipc_hcp_cb_t *pHpcNotifyCallbackParam) in Cy_BTIPC_HPC_RegisterCb() argument
946 if ((NULL == contextPtr) || (NULL == pHpcNotifyCallbackParam)) in Cy_BTIPC_HPC_RegisterCb()
957 …contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr = pHpcNotifyCallbackParam->hpcNotifyC… in Cy_BTIPC_HPC_RegisterCb()
958 contextPtr->hpcNotifyCallbackParam[idx].msgType = pHpcNotifyCallbackParam->msgType; in Cy_BTIPC_HPC_RegisterCb()
975 …C_UnregisterCb(cy_stc_ipc_bt_context_t *btIpcContext, cy_stc_ipc_hcp_cb_t *pHpcNotifyCallbackParam) in Cy_BTIPC_HPC_UnregisterCb() argument
981 if ((NULL == contextPtr) || (NULL == pHpcNotifyCallbackParam)) in Cy_BTIPC_HPC_UnregisterCb()
989 …(contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr == pHpcNotifyCallbackParam->hpcNotif… in Cy_BTIPC_HPC_UnregisterCb()
990 (contextPtr->hpcNotifyCallbackParam[idx].msgType == pHpcNotifyCallbackParam->msgType)) in Cy_BTIPC_HPC_UnregisterCb()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h1063 …PC_RegisterCb(cy_stc_ipc_bt_context_t *btIpcContext, cy_stc_ipc_hcp_cb_t *pHpcNotifyCallbackParam);
1085 …_UnregisterCb(cy_stc_ipc_bt_context_t *btIpcContext, cy_stc_ipc_hcp_cb_t *pHpcNotifyCallbackParam);