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
I don't have a general callback for notifications.
This is nice because I am interested in the value only after writes, I can use a different callback for different messages to keep things organized and I can put a lot of these in a queue and nothing gets mixed up.
Is it possibly to do something like this on iOS?
The text was updated successfully, but these errors were encountered:
With the current library I am using for Android, I do something like this:
writeCharacteristic(callback1).enqueue()
waitForNotification(callback1).enqueue()
I don't have a general callback for notifications.
This is nice because I am interested in the value only after writes, I can use a different callback for different messages to keep things organized and I can put a lot of these in a queue and nothing gets mixed up.
Is it possibly to do something like this on iOS?
The text was updated successfully, but these errors were encountered: