esp-idf/components/esp_hid
Robin Krens 77c3a113bf esp_hid: fix output report char declaration
Current issue: output reports sent by Windows not received.
The report characteristic declaration should also support write without
response as specified by HIDS profile:
See https://www.bluetooth.com/specifications/GATT/ (page 14)
2021-12-30 11:02:54 +08:00
..
include Add HID Support to IDF 2020-04-29 17:24:01 +08:00
private Add HID Support to IDF 2020-04-29 17:24:01 +08:00
src esp_hid: fix output report char declaration 2021-12-30 11:02:54 +08:00
test Add HID Support to IDF 2020-04-29 17:24:01 +08:00
CMakeLists.txt Add HID Support to IDF 2020-04-29 17:24:01 +08:00
component.mk Add HID Support to IDF 2020-04-29 17:24:01 +08:00