Searched refs:pHpcNotifyCallbackParam (Results 1 – 2 of 2) sorted by relevance
940 …HPC_RegisterCb(cy_stc_ipc_bt_context_t *btIpcContext, cy_stc_ipc_hcp_cb_t *pHpcNotifyCallbackParam) in Cy_BTIPC_HPC_RegisterCb() argument946 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() argument981 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()
1063 …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);