Home
last modified time | relevance | path

Searched refs:CY_BT_IPC_HPC_LONG (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c437 {.hpcNotifyCallbackPtr = notify_callback_mcu_longmsg, .msgType = CY_BT_IPC_HPC_LONG}, in cybt_platform_hci_open()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h193 CY_BT_IPC_HPC_LONG = (0xFFu), /**< HPC payload type long message */ enumerator
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c192 … if ((msgType == CY_BT_IPC_HPC_LONG) && (*(((uint8_t*)mesg)+1) == (uint8_t)CY_BT_IPC_HPC_INIT)) in Cy_BTIPC_IRQ_Handler()
425 case CY_BT_IPC_HPC_LONG: in Cy_BTIPC_HPC_Notify()