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

History

Add PNP_ID in DeviceInformationService; Add bootKeyboardInputReportCharacteristic, bootKeyboardOutputReportCharacteristic in HIDServiceBase default tip

2017-01-17, by bcc6 [Tue, 17 Jan 2017 03:48:12 +0000] rev 5

Add PNP_ID in DeviceInformationService; Add bootKeyboardInputReportCharacteristic, bootKeyboardOutputReportCharacteristic in HIDServiceBase


Add ESC key value

2016-12-16, by bcc6 [Fri, 16 Dec 2016 10:26:25 +0000] rev 4

Add ESC key value


Version 0.3

2015-11-19, by Jean-Philippe Brucker [Thu, 19 Nov 2015 15:00:39 +0000] rev 3

Version 0.3


Version 0.2

2015-10-29, by Jean-Philippe Brucker [Thu, 29 Oct 2015 16:48:26 +0000] rev 2

Version 0.2


Publish version 0.1 of the BLE HID lib

2015-10-07, by Jean-Philippe Brucker [Wed, 07 Oct 2015 11:29:52 +0100] rev 1

Publish version 0.1 of the BLE HID lib

This version number is completely arbitrary, and probably won't stick: once the
service is stable, we'll merge it with BLE API.
It is simply used to keep examples in sync with the lib and the github
repository during development.


Initial version

2015-09-15, by Jean-Philippe Brucker [Tue, 15 Sep 2015 20:16:58 +0100] rev 0

Initial version

Provides all the components for an HID-over-GATT Profile implementation using
BLE API.