17 Oct
2025
17 Oct
'25
7:03 a.m.
For Linux, you might be able to use hidclient to emulate a Bluetooth keyboard and mouse, then pair it with your phone. If you wanted to automate things, there's a -f switch that will read data from a FIFO. Note: I found this using a web search for "linux bluetooth mouse emulator". I haven't tried it myself. Also the code is 5 years old. I don't know if it will compile and run properly on recent versions of Linux. https://github.com/4ndrej/hidclient -- Scott