local fix version of myBlueUSB (http://mbed.org/users/networker/code/myBlueUSB/). - merge deleted files which are required to compile. - enable echo back of received data via RFCOMM.

Dependencies:   AvailableMemory FatFileSystem mbed myUSBHost

Files at this revision

API Documentation at this revision

Comitter:
nobukuma
Date:
Sat Dec 07 14:20:19 2013 +0000
Parent:
0:003889bc474f
Child:
2:9f25a7fa1a54
Commit message:
local_name????

Changed in this revision

hci.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/hci.cpp	Sat Dec 07 14:19:00 2013 +0000
+++ b/hci.cpp	Sat Dec 07 14:20:19 2013 +0000
@@ -56,7 +56,8 @@
 };
 
 //static const u8 local_name[] = "MBED";
-static const u8 local_name[] = "ROBO TX-599";
+//static const u8 local_name[] = "ROBO TX-599";
+static const u8 local_name[] = "mbed-WP8 RFCOMM";
 
 int  HCI::Open(HCITransport* transport, HCICallback callback) {
     _transport = transport;