Closed
Description
Question:
Do you know if this comment is still valid?
Adafruit_CircuitPython_BLE/adafruit_ble/services/standard/hid.py
Line: 159 # Output reports not currently implemented (e.g. LEDs on keyboard)
I am trying to receive HID output reports over BLE, but the _characteristic.value of ReportOut object stays unchanged.
IOS is "seeing" my device and also connects, but I do not see any output data coming.
The same device connected via usb_hid with the same report descriptor works fine!