Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
38:115875b8cb6c
Parent:
37:4ce71fa47fc3
Child:
40:364deaa190fe
diff -r 4ce71fa47fc3 -r 115875b8cb6c HIDController_BLE.h
--- a/HIDController_BLE.h	Fri Aug 26 00:22:05 2016 +0000
+++ b/HIDController_BLE.h	Fri Aug 26 15:22:31 2016 +0000
@@ -17,10 +17,12 @@
 	static bool connected();
 	static Status_t status();
 	static const char* statusString();
+	
 	static void appendReportData(uint8_t key);
 	static void deleteReportData(uint8_t key);
 	static void queueCurrentReportData();
 	static void updateBatteryLevel(uint8_t percentage);
+	static void initializeConnection();
 };
 
 #endif
\ No newline at end of file