Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c195 *(((uint8_t*)mesg)+2) = contextPtr->bootType; in Cy_BTIPC_IRQ_Handler()
216 if((cy_en_btipc_boottype_t)contextPtr->bootType == CY_BT_IPC_BOOT_FULLY_UP) in Cy_BTIPC_IRQ_Handler()
477 contextPtr->bootType = 0xFF; in Cy_BTIPC_Init()
1277 contextPtr->bootType = ptr->bootType; in Cy_bt_handle_hpclong_msg()
1279 bPtr = (uint8_t*)(&ptr->bootType); in Cy_bt_handle_hpclong_msg()
1292 ptr, ptr->bootType, ptr->payLoadLen, bufCount); in Cy_bt_handle_hpclong_msg()
1295 ptr, ptr->bootType, ptr->payLoadLen, contextPtr->certError , bufCount); in Cy_bt_handle_hpclong_msg()
1299 if ((ptr->bootType == (uint8_t)CY_BT_IPC_BOOT_CONFIG_WAIT) || in Cy_bt_handle_hpclong_msg()
1300 (ptr->bootType == (uint8_t)CY_BT_IPC_BOOT_FULLY_UP)) in Cy_bt_handle_hpclong_msg()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c178 uint8_t bootType = *(((uint8_t*)msg)+2); in notify_callback_mcu_longmsg() local
179 switch(bootType) in notify_callback_mcu_longmsg()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h378 uint8_t bootType; /**< BT boot type indicator */ member
542 uint8_t bootType; /**< Boot type */ member