Searched refs:hpcNotifyCallbackParam (Results 1 – 2 of 2) sorted by relevance
187 …p, msgType %d\n",idx, contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr, contextPtr->hp… in Cy_BTIPC_IRQ_Handler()188 if ((contextPtr->hpcNotifyCallbackParam[idx].msgType == msgType) && in Cy_BTIPC_IRQ_Handler()189 (contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr != NULL)) in Cy_BTIPC_IRQ_Handler()191 …BTIPC_LOG_L1("Calling Notify HPC cb %p\n",contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbac… in Cy_BTIPC_IRQ_Handler()199 contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr(mesg); in Cy_BTIPC_IRQ_Handler()481 contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr = NULL; in Cy_BTIPC_Init()482 contextPtr->hpcNotifyCallbackParam[idx].msgType = CY_BT_IPC_HPC_RESERVED; in Cy_BTIPC_Init()585 contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr = NULL; in Cy_BTIPC_Deinit()586 contextPtr->hpcNotifyCallbackParam[idx].msgType = CY_BT_IPC_HPC_RESERVED; in Cy_BTIPC_Deinit()954 if ((contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr == NULL) && in Cy_BTIPC_HPC_RegisterCb()[all …]
533 …cy_stc_ipc_hcp_cb_t hpcNotifyCallbackParam[MAX_BT_IPC_HPC_CB]; /**< Array of callback pointers reg… member