HID-over-GATT implementation with the BLE API. This library allows to create devices such as mouse, keyboard or joystick, over Bluetooth Low Energy.

Dependents:   MtConnect04S_Gesture_HID

Fork of BLE_HID by Jean-Philippe Brucker

Revision:
5:dc4e6dbcb79b
Parent:
3:4f8429a1905b
--- a/HIDServiceBase.h	Fri Dec 16 10:26:25 2016 +0000
+++ b/HIDServiceBase.h	Tue Jan 17 03:48:12 2017 +0000
@@ -185,6 +185,9 @@
     GattCharacteristic inputReportCharacteristic;
     GattCharacteristic outputReportCharacteristic;
     GattCharacteristic featureReportCharacteristic;
+    // Share input/output report with Report Protocol for memmory saving
+    GattCharacteristic bootKeyboardInputReportCharacteristic;   
+    GattCharacteristic bootKeyboardOutputReportCharacteristic;
 
     // Required gatt characteristics: Report Map, Information, Control Point
     GattCharacteristic reportMapCharacteristic;