Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: AvailableMemory FatFileSystem mbed myUSBHost
Diff: hci.cpp
- Revision:
- 1:4a639fa342bc
- Parent:
- 0:003889bc474f
- Child:
- 2:9f25a7fa1a54
diff -r 003889bc474f -r 4a639fa342bc hci.cpp --- 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;