android - Bluetooth low energy APIs in java -
i working bluetooth low energy . there apis or open source sdk ble in java ? goal run pc ble peripheral . , have tried , searched apis time , have found this. dont know how implement.
edit: have here , think used create characteristic , services . per understanding there no driver required in window8 has inbuilt support . confused library add in run code.
as far know there no library yet. best way build jni wrapper around windows 8 c++ library. why not start open source project?
as have low level there nice little helper library work gatt profiles: https://github.com/movisens/smartgattlib
smartgattlib java library simplifies work bluetooth smart devices (a.k.a bluetooth low energy in bluetooth 4.0). provides uuids of adopted gatt specification , convenient way interpret characteristics (e.g. heart rate, batterylevel). library has no dependencies , can use every bluetooth smart stack.
Comments
Post a Comment