Java Question BT DatakeyModule

DonManfred

Expert
Licensed User
Longtime User
I got a order from a customer to do a wrapper for the Bluetooth Datakey Module

Attached the Example project which is provided by the Bluetooth Key-Manufacturer.

https://www.dropbox.com/s/7f2t9z2cjvfdb7g/BTDatakeyLibDemo.zip?dl=0

The Manual is attached too.

The Example app is doing the job (the device shows up a connection by a blue light at the key).

I tried to wrap everything i found but we can´t get the device to connect.
I guess the mistery is inside the ScanDevices Activity of the provided example...
I mean; we need to build the same but we are not able.

My wrapper-code can be found in de.zip and the ScanDevices.java is in the ScanDevices.zip


V1.07 is the compiled library


If anyone have any kind of helpful comment i would really appreciated this help... I´m totally stuck at this point...


My big problem is that i do not have any of such BT LE devices to test with.
I even do not have any other BT LE Device and never worked with BTLE devices.
 

Attachments

  • API_BTDataKeyModuleAAR_Manual_1.10_EN.pdf
    416.2 KB · Views: 353
  • ScanDevicesActivity.zip
    5.5 KB · Views: 256
  • de.zip
    8.2 KB · Views: 281
  • V1.07.zip
    15.4 KB · Views: 268
Last edited:
Top