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
UniversalBle.OnValueChange returns synchronously when UniversalBle.setNotifiable multiple characteristic.
I UniversalBle.setNotifiable two characteristic (eg. A and B) , A is 128 data/ms , B is command data,
when A return data continuously, B return a command data, I find it will return B after A return All the data.
Can UniversalBle.OnValueChange Separate listening A and B?
The text was updated successfully, but these errors were encountered:
@zjw78123sc Which platform you are using ?, and Events should be received parallely for all subscribed characteristics
Unless the platform or your peripheral itself sending them synchronously,
It would be great to have logs with: What your are getting ( From UniversalBle) and Whats expected ( From another App maybe )
@zjw78123sc i tried running similar case on Windows,
Char A continuously sending updated
Char B sending updates with some delay
And both updates are captured instantly and parallelly, so probably your peripheral might be sending the updates synchronously
UniversalBle.OnValueChange returns synchronously when UniversalBle.setNotifiable multiple characteristic.
I UniversalBle.setNotifiable two characteristic (eg. A and B) , A is 128 data/ms , B is command data,
when A return data continuously, B return a command data, I find it will return B after A return All the data.
Can UniversalBle.OnValueChange Separate listening A and B?
The text was updated successfully, but these errors were encountered: