bglib icon indicating copy to clipboard operation
bglib copied to clipboard

How to get notification after a write procedure

Open ghost opened this issue 9 years ago • 0 comments

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?

ghost avatar Jun 07 '16 09:06 ghost