This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

HID Descriptor for glove

Hi,

I have worked on various descriptors for mouse, keyboard, consumer controls, game pad,.. How do I write a descriptor for glove? (VR Controls Page -> Glove) Please help!!

Parents Reply
  • because the services are designed to handle only keyboard and mouse data for now. You can look into the ble_hids.h->ble_hids_init_t to see that there are only two bools is_kb or is_mouse to show that the rest of the structure is designed to handle only two of this models. If you want to handle more use cases from the HID class, then you need to expand this structure yourself and modify the library.

Children
Related