X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a2e6d54336144f7fa3cc1d77f887cc9e20631771..fd96b288824caaa3ee4e5e03887f016de9df80cf:/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 0fc2dd2c2..20bc95696 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h @@ -39,14 +39,16 @@ #include "BluetoothACLPackets.h" /* Macros: */ + #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 BT_DEBUG(s, ...) printf_P(PSTR(s "\r\n"), __VA_ARGS__) - /* Enums: */ enum Bluetooth_Channel_State_t {