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
Hello, can you support sending data according to priority? Sometimes for some tasks that have been added to the queue, because the amount of data is relatively large and not important, we hope that it can be sent with a lower priority. Maybe we can have such an interface:
Single<byte[]> writeCharacteristic(@nonnull UUID characteristicUuid, @nonnull byte[] data,Priority priority);
Or can you provide other suggestions, I noticed that there are custom solutions
Observable queue(@nonnull RxBleCustomOperation operation);
But it is too difficult for me.
Thank you very much :)
The text was updated successfully, but these errors were encountered:
Hello, can you support sending data according to priority? Sometimes for some tasks that have been added to the queue, because the amount of data is relatively large and not important, we hope that it can be sent with a lower priority. Maybe we can have such an interface:
Single<byte[]> writeCharacteristic(@nonnull UUID characteristicUuid, @nonnull byte[] data,Priority priority);
Or can you provide other suggestions, I noticed that there are custom solutions
Observable queue(@nonnull RxBleCustomOperation operation);
But it is too difficult for me.
Thank you very much :)
The text was updated successfully, but these errors were encountered: