How can i use the Bluetooth HID Device profile in Android Pie?

前端 未结 3 478
刺人心
刺人心 2021-02-09 02:04

I am trying to write an app for Android P using the Bluetooth HID device profile service to be used as a Bluetooth keyboard. According to the documentation I am supposed to use

3条回答
  •  终归单人心
    2021-02-09 02:24

    You can have a look at this https://github.com/kshoji/BLE-HID-Peripheral-for-Android . I was able to build a bluetooth keyboard out of this.

提交回复
热议问题