Add Bluetooth signalling echo request/response handlers, disconnection request/respon...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothStack.h
index b3ac684..1cc0d92 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
+               #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
+               #define CHANNEL_PSM_SERVICEDISCOVERY             0x0001\r
+               #define CHANNEL_PSM_RFCOMM                       0x0003\r
                \r
        /* Enums: */\r
                enum Bluetooth_Channel_State_t\r