BLE demo for mbed Ported RunningElectronics's SBDBT firmware for BLE. It can communicate with iOS

Dependencies:   FatFileSystem mbed

Fork of BTstack by Norimasa Okamoto

Revision:
0:1ed23ab1345f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/usb/netCfg.h	Tue Jun 26 14:27:45 2012 +0000
@@ -0,0 +1,11 @@
+#ifndef NET_CFG_H
+#define NET_GPRS 1
+#define NET_PPP 1
+#define NET_GPRS_MODULE 1
+#define NET_ETH 1
+#define NET_USB_SERIAL 1
+#define NET_CFG_H 1
+#define NET_UMTS 1
+#define NET_USB 1
+#define NET_LWIP_STACK 1
+#endif