Search code examples
androidbluetoothandroid-ndkhid

Android Bluetooth HID implementation on different OS


Well, I believe this should be able to be implemented on the Android.

Recently, I found some Android developers created the Android remote controller(KB/MOUSE) app by

installing an app onto the server side(could be Windows or Mac or Linux) system and interact each other by bluetooth.

However, I believe it shouldnt be necessary to install an app onto host side if

we can take advantage of standard Bluetooth HID profile.

I have implemented the Android Bluetooth HID application which can make your android device play as a bluetooth kb/mouse input device.

to control my Ubuntu without installing any host side daemon.

The engineering approach involves Bluez deeply so it doesnt work on Mac or Windows.

Please bear my lack of bluetooth knowledge. I am really curious about the possibility of this matter.

If any of you has any approach or idea about this, please kindly share.

Thank you.


Solution

  • well, it seems this question is not yet implemented by the developer.

    However, if any of you is interested in how to do this for Linux system. Feel free to write me an email. I would be happy to share the skill.