Low-level USB API on Android at NDK level to use on Qt Android
问题 I need to interact with an HID device on Android. The problem is that i'm using Qt Android, and i'm not using Java UsbManager classes. Is there any C lib which I can link against in order to communicate with an HID device on Android without having to work with the Java API? I have found this: http://source.android.com/devices/reference/bt__hh_8h_source.html Which seems to be an header that defines HID communication but I can't find the associated lib. Any ideas? Thanks in advance 回答1: I have