ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
9:d1daefbf1fbd
Parent:
6:f1c3ea8bc850
Child:
10:1aed2481a743
--- a/HIDController_BLE.h	Thu Jul 21 08:45:27 2016 +0900
+++ b/HIDController_BLE.h	Thu Jul 21 21:33:56 2016 +0900
@@ -4,5 +4,6 @@
 	static void process();
 	static void appendReportData(uint8_t key);
 	static void deleteReportData(uint8_t key);
+	static void queueCurrentReportData();
 };