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:
3:4bc438c6fc52
Parent:
1:6078e430af82
--- a/BTstack/global.h	Thu Feb 07 14:23:22 2013 +0000
+++ b/BTstack/global.h	Sun Feb 10 07:53:46 2013 +0000
@@ -1,10 +1,10 @@
 #ifndef _GLOBAL_H_
 #define _GLOBAL_H_
 
-extern uint8_t  startup_state;
-extern uint8_t  connection_status;
-extern unsigned led1_on_count;
-extern uint8_t  led1_on_state;
-extern unsigned timer_counter;
+extern uint8_t  startup_state = 0;
+extern uint8_t  connection_status = 0;
+extern unsigned led1_on_count = 0;
+extern uint8_t  led1_on_state = 0;
+extern unsigned timer_counter = 0;
 
 #endif