Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c252 if ((contextPtr->dlNotifyCallbackPtr) != NULL) in Cy_BTIPC_IRQ_Handler()
256 contextPtr->dlNotifyCallbackPtr(mesg); in Cy_BTIPC_IRQ_Handler()
462 contextPtr->dlNotifyCallbackPtr = NULL; in Cy_BTIPC_Init()
920 contextPtr->dlNotifyCallbackPtr = hciNotifyCallbackPtr; in Cy_BTIPC_HCI_RegisterCb()
934 contextPtr->dlNotifyCallbackPtr = NULL; in Cy_BTIPC_HCI_UnregisterCb()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h527 …cy_ipc_bt_callback_ptr_t dlNotifyCallbackPtr; /**< Callback function called when the D… member