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:
5:378c208637e3
Parent:
2:0118da9e5169
--- a/hci_private.h	Sun May 08 18:30:10 2011 +0000
+++ b/hci_private.h	Sat Jun 11 19:43:00 2011 +0000
@@ -110,6 +110,7 @@
 #define HCI_EV_ROLE_CHANGE            0x12
 #define HCI_EV_NUM_COMP_PKTS        0x13
 #define HCI_EV_MODE_CHANGE            0x14
+#define HCI_EV_RETURN_LINK_KEYS        0x15
 #define HCI_EV_PIN_CODE_REQ            0x16
 #define HCI_EV_LINK_KEY_REQ            0x17
 #define HCI_EV_LINK_KEY_NOTIFY        0x18
@@ -125,6 +126,7 @@
 #define HCI_EV_IO_CAPA_REQUEST        0x31
 #define HCI_EV_SIMPLE_PAIR_COMPLETE    0x36
 #define HCI_EV_REMOTE_HOST_FEATURES    0x3d
+#define HCI_EV_VENDOR               0xff
 
 /* Possible error codes */
 #define HCI_UNKNOWN_HCI_COMMAND 0x01