I’m having trouble using the BlueSMiRF HID as a mouse. I’ve been able to enter command mode and switch the flag to the Mouse HID profile and have successfully paired with a computer as a mouse. However, I cannot find any documentation on how to send reports for mouse operation. The HID user’s manual only describes keyboard operation.
I have attempted to use 0xFD, 0x5, 0x2, 0x1, 0x0, 0x0 to press the primary button and 0xFD, 0x5, 0x2, 0x0, 0x0, 0x0 to release.
Has anyone been able to figure this out?