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

Files at this revision

API Documentation at this revision

Comitter:
networker
Date:
Sun Jun 19 14:58:22 2011 +0000
Parent:
9:c76a3f8f9245
Child:
11:e6245f64412d
Commit message:

Changed in this revision

L2CAP.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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