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

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -