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:
10:1928a3d02e32
Parent:
9:c76a3f8f9245
Child:
12:57f7679dd651
diff -r c76a3f8f9245 -r 1928a3d02e32 L2CAP.cpp
--- a/L2CAP.cpp	Sun Jun 19 14:43:33 2011 +0000
+++ b/L2CAP.cpp	Sun Jun 19 14:58:22 2011 +0000
@@ -442,6 +442,8 @@
                         printf("Unsupported configuration option %d, value = %#X\n", data[8], LE16(data+10));
                         break;
                 }
+            else
+               printf("Empty config req. peer_mtu = %d\n", peer_mtu);
             if (1 /* options acceptable */) {
                 printf("Sending ConfigureResponse, old state=%d ", s->si.State);
                 ConfigureResponse(data[1],s->dcid);//data[1]==txid, success