Test version of BlueUSB stack. Includes SDP and RFCOMM. As Client it allows to connect to my fischertechnik TX Controller. As Server it echo\\\\\\\'s characters to Putty. PIN=1234

Dependencies:   mbed myUSBHost AvailableMemory

Dependents:   mbed_TANK_Kinect myBlueUSB_ros ftusbClass

Revision:
9:c76a3f8f9245
Parent:
2:0118da9e5169
Child:
10:1928a3d02e32
--- a/L2CAP.cpp	Sun Jun 19 13:19:52 2011 +0000
+++ b/L2CAP.cpp	Sun Jun 19 14:43:33 2011 +0000
@@ -313,6 +313,7 @@
                 p[1] = scid;
                 p[3] = 0; //no further information
                 printf(" scid=%d, psm=%d\n", scid, psm);
+                peer_mtu = 48; //minimum allowed mtu
                 int s = 0;
                 switch (psm) {
                     case L2CAP_PSM_SDP: