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:   BLENano_HID BLE_HID_MouseScrollDemo BLE_HID_KeyboardStreamDemo Shervs_TestKeyboard_TinyBLE ... more

The development repository is currently hosted on github. It contains examples and documentation. This is a snapshot of the library. The documentation can be read on github, or on docs.mbed.com.

History

Version 0.3 default tip

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.