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:
8:d29e42b5ae53
Child:
11:e6245f64412d
--- a/hci.h	Sun Jun 19 13:19:52 2011 +0000
+++ b/hci.h	Sun Jun 19 14:43:33 2011 +0000
@@ -224,7 +224,6 @@
     //  see what devies are in the system
     int Inquiry(int duration = 10);
 
-    int SetEventFilter(u8 filterType, u8 filterConditionType, u8* condition);
     //  get a name, delivered in callback
     int RemoteNameRequest(const BD_ADDR* addr);
     int RemoteNameRequest(inquiry_info* ii);