bglib
bglib copied to clipboard
How to get notification after a write procedure
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?