void Bluetooth_Management_Task(void);\r
\r
/* Event Handlers: */\r
- void EVENT_USB_DeviceAttached(void);\r
- void EVENT_USB_DeviceUnattached(void);\r
- void EVENT_USB_DeviceEnumerationComplete(void);\r
- void EVENT_USB_HostError(uint8_t ErrorCode);\r
- void EVENT_USB_DeviceEnumerationFailed(uint8_t ErrorCode, uint8_t SubErrorCode);\r
+ void EVENT_USB_Host_DeviceAttached(void);\r
+ void EVENT_USB_Host_DeviceUnattached(void);\r
+ void EVENT_USB_Host_DeviceEnumerationComplete(void);\r
+ void EVENT_USB_Host_HostError(uint8_t ErrorCode);\r
+ void EVENT_USB_Host_DeviceEnumerationFailed(uint8_t ErrorCode, uint8_t SubErrorCode);\r
\r
/* Function Prototypes: */\r
void SetupHardware(void);\r