esp-idf/components/esp_hid
Robin Krens 837d4637f5 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 10:57:30 +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 10:57:30 +08:00
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk Add HID Support to IDF 2020-04-29 17:24:01 +08:00