ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
30:f9ebc769118d
Parent:
29:ec548c473d50
Child:
32:6c0f43fda460
--- a/HIDController_BLE.cpp	Wed Aug 24 01:27:46 2016 +0000
+++ b/HIDController_BLE.cpp	Wed Aug 24 12:31:15 2016 +0000
@@ -301,7 +301,7 @@
 void HIDController::queueCurrentReportData() {
 	if (!connected()) return;
 	if (keyboardService) {
-		printf("queueCurrentReportData\r\n");
+		printf("Q\r\n");
 		keyboardService->queueCurrentReportData();
 	}
 }