SINTEF-9012 / bglib

Java implementation of the BGAPI binary protocol for Bluegiga BLE112 Bluetooth low energy modules.
37 stars 14 forks source link

How to get notification after a write procedure #22

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi,

I'm using the bglib Java implementation to get data from a BLE temperature device. Differently from other devices, the service and the characteristic to connect to are custom, and it works as Bluetooth SPP (serial profile).

I have to send data and then receive back the data as notifications.

How is the notification part implemented in this library? Is it possible to do this part?