I have a bluetooth device, in particular a Heart Rate Measurement.
The bluetooth standard for these kind of device is the 180D 2A37.
This is the link: https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml
I would like to get the measurements. How can I do?
At the moment, I am able to connect and pair with my device using the Bluetooth API (BluetoothSocket
)