Renamed all library events to properly seperate out Device and Host mode events....
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothHost.h
index d44a38a..0246bff 100644 (file)
                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