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?