Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c116 extern void cybt_platform_exception_handler(cybt_exception_t error, uint8_t *info, uint32_t length);
225cybt_platform_exception_handler(CYBT_HCI_IPC_REL_BUFFER, (uint8_t *)&ipc_status, sizeof(ipc_status… in ipc_hci_release_buffer()
617 cybt_platform_exception_handler(CYBT_CONTROLLER_CORE_DUMP, p_data, length); in cybt_platform_hci_process_if_coredump()
Dcybt_bt_task.c67 extern void cybt_platform_exception_handler(cybt_exception_t error, uint8_t *info, uint32_t length);
251 cybt_platform_exception_handler(CYBT_CONTROLLER_RESTARTED, NULL, 0); in bt_task_handler()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_platform_main.c358 void cybt_platform_exception_handler(cybt_exception_t error, uint8_t *info, uint32_t length) in cybt_platform_exception_handler() function