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:
8:d29e42b5ae53
Parent:
7:99068afea04d
Child:
9:c76a3f8f9245
--- a/hci.h	Sun Jun 19 12:43:19 2011 +0000
+++ b/hci.h	Sun Jun 19 13:19:52 2011 +0000
@@ -224,6 +224,7 @@
     //  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);