Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothHost.h
index 893b946..e0de59a 100644 (file)
                #include <avr/interrupt.h>
                #include <stdio.h>
 
-               #include "Lib/BluetoothStack.h"
-               #include "Lib/SDP.h"
-               #include "Lib/RFCOMM.h"
-
+               #include "BluetoothEvents.h"
                #include "DeviceDescriptor.h"
                #include "ConfigDescriptor.h"
+               #include "Lib/BluetoothStack.h"
 
                #include <LUFA/Version.h>
                #include <LUFA/Drivers/Misc/TerminalCodes.h>