Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: writeValue with large data not working #159

Open
ohdonpiano opened this issue Aug 7, 2023 · 0 comments
Open

Windows: writeValue with large data not working #159

ohdonpiano opened this issue Aug 7, 2023 · 0 comments

Comments

@ohdonpiano
Copy link

Hi,

what is the maximum size for the Uint8List value for the writeValue method?

I've a laptop with BLE 5.2 and windows 11.

I'm trying to change a characteristic of a custom pcb, that uses a nordic micro with BLE 5.2

writeValue is working with a packet of 16 bytes

is not working with a packet of 230 bytes, which is supposed to work with BLE 5.2.

Indeed there is no issue at all using Mac, iOS or Android with the same packet of data.

The effect on the windows build is that client side, writeValue is executed but there is no effect, PCB side the change of characteristic is not received at all.

Is there some trick I'm missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant