esp-idf/components/esp_hid/src
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
..
ble_hidd.c esp_hid: fix output report char declaration 2021-12-30 10:57:30 +08:00
ble_hidh.c Add HID Support to IDF 2020-04-29 17:24:01 +08:00
bt_hidh.c Fix BT HIDH write allocates 1 byte less and returns ok on failed malloc 2020-10-13 14:30:12 +03:00
esp_hid_common.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_hidd.c Add HID Support to IDF 2020-04-29 17:24:01 +08:00
esp_hidh.c esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00