zhanghaipeng
8cd82305d1
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-11-02 12:27:03 +08:00
zhanghaipeng
f825a36c38
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 16:30:22 +08:00
zhanghaipeng
6b3548f718
fix(bt/bluedroid): Fix hid example stack overflow bugs when using esp32s3
2023-10-16 19:35:47 +08:00
chenjianhua
304deb005d
esp_hid: fixed ble hid battery level setting
2023-06-16 17:55:11 +08:00
chenjianhua
b3bd5cbf77
fix esp hid crash when auth failed
2022-10-14 16:02:58 +08:00
Murray Fordyce
606d7e48d2
Fixed left right key confusion in comments.
...
"Left" and "Right" were swapped in some comments.
2022-01-05 10:47:56 +08:00
Robin Krens
0818a8b4f1
spacing styling correction
2021-12-30 10:57:30 +08:00
Robin Krens
f61b57e5e5
minor styling changes
2021-12-30 10:57:30 +08:00
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
Angus Gratton
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
...
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00
me-no-dev
d535b8c458
Fix BT HIDH write allocates 1 byte less and returns ok on failed malloc
...
Fixes: https://github.com/espressif/esp-idf/issues/5781
2020-10-13 14:30:12 +03:00
David Cermak
65b993234d
esp_hid: fix memory leak if getting dev reports fails
2020-05-07 12:56:54 +00:00
Hristo Gochkov
25281ef4de
Add HID Support to IDF
...
- Adds HID Host support in Buedroid
- Adds BLE HID Host and Device support
- Adds some general HID utilities and definitions to help integrate with other stacks and native USB
2020-04-29 17:24:01 +08:00