Datasheet

keyboard, mouse or media controll on supported iOS, Android, OSX and Windows 10
devices. By default HID support is disabled, so you need to set BLEHIDEN to 1 and then
perform a system reset before the HID devices will be enumerated and appear in on your
central device.
Codebase Revision: 0.6.6
Parameters: 1 or 0 (1 = enable, 0 = disable)
Output: None
AT+BLEHIDMOUSEMOVE
Moves the HID mouse or scroll wheen position the specified number of ticks.
All parameters are signed 8-bit values (-128 to +127). Positive values move to the right or
down, and origin is the top left corner.
Codebase Revision: 0.6.6
Parameters: X Ticks (+/-), Y Ticks (+/-), Scroll Wheel (+/-), Pan Wheel (+/-)
Output: None
You normally need to 'bond' the Bluefruit LE peripheral to use the HID commands,
and the exact bonding process will change from one operating system to another.
If you have previously bonded to a device and need to clear the bond, you can run
the AT+FACTORYRESET command which will erase all stored bond data on the
Bluefruit LE module.
# Enable GATT over HID support on the Bluefruit LE module
AT+BLEHIDEN=1
OK
# Reset so that the changes take effect
ATZ
OK
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 153 of 238