Skip to content
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

Enable notifications for LED reports #38

Closed
rampadc opened this issue Jul 17, 2020 · 2 comments
Closed

Enable notifications for LED reports #38

rampadc opened this issue Jul 17, 2020 · 2 comments

Comments

@rampadc
Copy link

rampadc commented Jul 17, 2020

Can you enable notifications for LED reports? At the moment, when I turn on/off Capslock, Numlock and Scrolllock, the ESP32 isn't notifying me.

@benjaminaigner
Copy link
Collaborator

Dear @rampadc ,

yes, I will enable it.
Due to our primary use case for this software, it was no issue until now, but if you request it, no problem!

benjaminaigner added a commit that referenced this issue Jul 20, 2020
…(LED report), closing #38 :

- Added report ID for LEDs
- Added callback event type for LED
- Fixed the characteristic & added write no response (according to espressif/esp-idf#5369 THX @robinkrens for the hint!)
@benjaminaigner
Copy link
Collaborator

@rampadc
It's working now, closed with 24b0f8d .

I will close this issue, if you have any troubles feel free to re-open :-).

Usage: I introduced a new HID event (ESP_HIDD_EVENT_BLE_LED_OUT_WRITE_EVT) which can be received
in the HID callback (hidd_event_callback) in ble_hidd_demo_main.c

THX for the hint!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants