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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Hey guys,
The device I am working with has several characteristics. There is one that we care about and enabling notification on it won't do much in Android. I see that the onDescriptorWrite returns successful but no value is getting updated. I played around the Charactratics and Gattcallback but it seems nothing can make it work. I see that there are other users who have the same issue. I used the sample that you guys posted and notifications do not work as well.
The text was updated successfully, but these errors were encountered:
Hey guys,
I managed to make it work. Apparently some BLE API implementation on Google side prefers having all the Gatt calls on the UI thread. Each call needs to be queued, so no overlapping calls. Each call needs to be completed before running the next one.
Hey guys,
The device I am working with has several characteristics. There is one that we care about and enabling notification on it won't do much in Android. I see that the onDescriptorWrite returns successful but no value is getting updated. I played around the Charactratics and Gattcallback but it seems nothing can make it work. I see that there are other users who have the same issue. I used the sample that you guys posted and notifications do not work as well.
The text was updated successfully, but these errors were encountered: