aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-10 05:03:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-10 05:03:45 +0000
commit6be24e44046ffc386e2f4072aa5cccb1c462f47f (patch)
tree3a9d00eacc42f772910581d6e2e06b2fc409e466 /Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
parent28343b1475b999e61c8fe98eb420507a0e6da388 (diff)
downloadlufa-6be24e44046ffc386e2f4072aa5cccb1c462f47f.tar.gz
lufa-6be24e44046ffc386e2f4072aa5cccb1c462f47f.tar.bz2
lufa-6be24e44046ffc386e2f4072aa5cccb1c462f47f.zip
Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-in events from the host, use standard MIDI event structure in low level demo rather than sending individual bytes.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
index e78e392b7..890b3f155 100644
--- a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
+++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h
@@ -68,19 +68,6 @@
/* Task Definitions: */
void Bluetooth_Management_Task(void);
-
- /* Enums: */
- /** Enum for the possible status codes for passing to the UpdateStatus() function. */
- enum MouseHostViaInt_StatusCodes_t
- {
- Status_USBNotReady = 0, /**< USB is not ready (disconnected from a USB device) */
- Status_USBEnumerating = 1, /**< USB interface is enumerating */
- Status_USBReady = 2, /**< USB interface is connected and ready */
- Status_EnumerationError = 3, /**< Software error while enumerating the attached USB device */
- Status_HardwareError = 4, /**< Hardware error while enumerating the attached USB device */
- Status_BluetoothConnected = 5, /**< Bluetooth stack connected to device and idle */
- Status_BluetoothBusy = 6, /**< Bluetooth stack busy */
- };
/* Event Handlers: */
void EVENT_USB_DeviceAttached(void);