ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
81:fbe7358e38a4
Parent:
80:3beb0293b384
Child:
82:af52d37b1946
--- a/KeyboardService.h	Sat Sep 03 22:30:00 2016 +0900
+++ b/KeyboardService.h	Sat Sep 03 23:07:36 2016 +0900
@@ -89,6 +89,10 @@
 		uint8_t raw[1];
 	};
 
+	/**
+	 * Boot Protocol
+	 * Share input/output report with Report Protocol for memmory saving
+	 */
 	GattCharacteristic bootKeyboardInputReportCharacteristic;
 	GattCharacteristic bootKeyboardOutputReportCharacteristic;