-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp_hid_host example fails to respond with HID reports from an actual BLE HID keyboard (IDFGH-11238) #12401
Comments
Is this the patch for esp-idf v5.0.4? When I try to apply it, it fails. git apply --verbose '~/Downloads/0003-fix-bt-bluedroid-Fix-bugs-in-ble-service-change-char.patch' #define GATTP_MAX_NUM_INC_SVR 0 error: patch failed: components/bt/host/bluedroid/stack/gatt/gatt_attr.c:40 error: patch failed: components/bt/host/bluedroid/stack/gatt/gatt_db.c:780 |
@ImproperCatGirl In
to
This change should increase the maximum number of notifications that can be registered to 64. |
@ImproperCatGirl |
@ImproperCatGirl |
Feel free to reopen this issue if it still persists. Closing for now. Thanks for your contribution! |
Answers checklist.
IDF version.
v5.0.4
Espressif SoC revision.
ESP32-S3 (revision v0.2)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
Third party custom board
Power Supply used.
USB
What is the expected behavior?
After scanning and pairing, the example prints the HID report data to serial console when a key is pressed.
What is the actual behavior?
Nothing happens after a key is pressed on the keyboard.
Steps to reproduce.
1.Build, flash and monitor esp_hid_host example
2.Pair with an actual keyboard, not the esp_hid_device example. (The keyboard used is a Logitech K390 here)
3.Press any key on the keyboard.
4.After the first VENDOR type report, crickets.
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: