aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-12 13:42:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-12 13:42:35 +0000
commit8b0ec6c5cafe99595743725a20ad40ce4898de14 (patch)
tree80357eb73d020c3684e167e007caeb4c3cb6fdcb /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
parent6cfa3b7db8b5585a8443f457dcb728b65a7f7ffd (diff)
downloadlufa-8b0ec6c5cafe99595743725a20ad40ce4898de14.tar.gz
lufa-8b0ec6c5cafe99595743725a20ad40ce4898de14.tar.bz2
lufa-8b0ec6c5cafe99595743725a20ad40ce4898de14.zip
Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this command only, the source/destination roles are switched. Reverse the Local/Remote channel ordering so that Windows mobile and other stacks which depend on valid channel values to connect.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
index 5ab7a6f9f..fa30524a9 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
@@ -41,7 +41,7 @@
#define BLUETOOTH_DATA_OUT_PIPE 2
#define BLUETOOTH_EVENTS_PIPE 3
- #define BLUETOOTH_MAX_OPEN_CHANNELS 2
+ #define BLUETOOTH_MAX_OPEN_CHANNELS 6
#define CHANNEL_PSM_SERVICEDISCOVERY 0x0001
#define CHANNEL_PSM_UDP 0x0002