Hi,
There are tons of documentation on how to make a mouse, keyboard or remote control work as a HOGP device, and I have successfully implemented both mouse and remote control support on my setup.
But my goal is to make a pen input device, and there is a HID profile clearly specified in USB HID definitions, and I have seen examples of this with Bluetooth HID (Classic) devices, where no additional drivers are needed on the host system.
I know that iOS typically has blocked HID devices except keyboard support, but Android, Windows and MacOS should allow all supported HID devices.
My question is:
Should I expect the same support for Pen/Digitizer HID device when using BLE, as for PenDigitizer HID over Bluetooth? Or is HOGP only restricted to the most common types - remote control, keyboard and mouse?
I have tried to create a HOGP device exposing a Pen HID device, which can be successfully paired to Windows and Android, and being displayed in the OS Bluetooth devices list as a 'pen'-device.
But when sending reports, there is no reaction on the host system.
Thanks for any help!