ralismark / bluehid

Bluetooth HID device for Android Oreo (proof of concept)
Apache License 2.0
36 stars 9 forks source link

Add support for using official API #4

Closed ralismark closed 4 years ago

ralismark commented 4 years ago

Currently, the app uses the hidden Oreo 8.1 API. API level 28 and onwards have official support for Bluetooth HID, so BlueHID should support using that - possibly by detecting the system version at runtime?

ralismark commented 4 years ago

Support has been added in the android-p branch.