X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fa1a092901319b3b41bf09e0c4cb9cbbec470d6b..083d797acaa58f792960a1cb9d7d8d41c3c956a7:/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h index b3ac6847e..1cc0d9242 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h @@ -39,15 +39,15 @@ #include "BluetoothACLPackets.h" /* Macros: */ - #define BLUETOOTH_DATA_IN_PIPE 1 - #define BLUETOOTH_DATA_OUT_PIPE 2 - #define BLUETOOTH_EVENTS_PIPE 3 + #define BLUETOOTH_DATA_IN_PIPE 1 + #define BLUETOOTH_DATA_OUT_PIPE 2 + #define BLUETOOTH_EVENTS_PIPE 3 #define BLUETOOTH_MAX_OPEN_CHANNELS 2 #define BLUETOOTH_CHANNELNUMBER_BASEOFFSET 0x0040 - #define CHANNEL_LOOKUP_BY_SOURCE true - #define CHANNEL_LOOKUP_BY_DESTINATION false + #define CHANNEL_PSM_SERVICEDISCOVERY 0x0001 + #define CHANNEL_PSM_RFCOMM 0x0003 /* Enums: */ enum Bluetooth_Channel_State_t