aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-23 13:15:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-23 13:15:19 +0000
commit8f3d4e69c3ccc88f0572a90a367eeaa98e3675c2 (patch)
tree8568bc334fa0ad51ee42a5ab1cf1434ec8c56a85 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
parent776485a6c5417ad70fdf16139298ef247ed442ee (diff)
downloadlufa-8f3d4e69c3ccc88f0572a90a367eeaa98e3675c2.tar.gz
lufa-8f3d4e69c3ccc88f0572a90a367eeaa98e3675c2.tar.bz2
lufa-8f3d4e69c3ccc88f0572a90a367eeaa98e3675c2.zip
Add UUID Class matching to the Service Discovery Protocol code - SDP is now correctly matched against the generic Service Discovery Class UUID.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
index 160aa3ac8..e58a001eb 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
@@ -489,7 +489,6 @@ static inline void Bluetooth_Signal_ConfigurationReq(const BT_Signal_Header_t* c
BT_ACL_DEBUG(1, "<< L2CAP Configuration Request");
BT_ACL_DEBUG(2, "-- Destination Channel: 0x%04X", ConfigurationRequest.DestinationChannel);
- BT_ACL_DEBUG(2, "-- Remote MTU: 0x%04X", ChannelData->RemoteMTU);
BT_ACL_DEBUG(2, "-- Options Len: 0x%04X", OptionsLen);
/* Only look at the channel configuration options if a valid channel entry for the local channel number was found */