You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'd like to thank you for your contribution, it has been very easy to integrate and works very well so far.
I have a problem though. I'm pairing with a Heart Rate Monitor and this is the code I was using to extract the heart rate value from the BluetoothGattCharacteristic from the Android framework class:
However, when I receive a CommandChange on a subscription now, I don't have access to either the properties of the characteristic, or the characteristic itself, so I cannot extract the heart rate.
How should I proceed here? If it is not even possible with the current state of the library and its code needs to be modified, I can implement the necessary modifications if you provide some guidance.
The text was updated successfully, but these errors were encountered:
First of all, I'd like to thank you for your contribution, it has been very easy to integrate and works very well so far.
I have a problem though. I'm pairing with a Heart Rate Monitor and this is the code I was using to extract the heart rate value from the
BluetoothGattCharacteristic
from the Android framework class:However, when I receive a
CommandChange
on a subscription now, I don't have access to either the properties of the characteristic, or the characteristic itself, so I cannot extract the heart rate.How should I proceed here? If it is not even possible with the current state of the library and its code needs to be modified, I can implement the necessary modifications if you provide some guidance.
The text was updated successfully, but these errors were encountered: