More improvements to the incomplete BluetoothHost demo - add Disconnection Event...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothStack.h
index 0fc2dd2..20bc956 100644 (file)
                #include "BluetoothACLPackets.h"\r
                \r
        /* Macros: */\r
+               #define BLUETOOTH_DATA_IN_PIPE   1\r
+               #define BLUETOOTH_DATA_OUT_PIPE  2\r
+               #define BLUETOOTH_EVENTS_PIPE    3\r
+\r
                #define BLUETOOTH_MAX_OPEN_CHANNELS              2\r
                #define BLUETOOTH_CHANNELNUMBER_BASEOFFSET       0x0040\r
                \r
                #define CHANNEL_LOOKUP_BY_SOURCE                 true\r
                #define CHANNEL_LOOKUP_BY_DESTINATION            false\r
                \r
-               #define BT_DEBUG(s, ...)                         printf_P(PSTR(s "\r\n"), __VA_ARGS__)\r
-       \r
        /* Enums: */\r
                enum Bluetooth_Channel_State_t\r
                {\r