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

Writing chunked data without response not working #105

Open
horseshoe7 opened this issue Oct 1, 2019 · 1 comment
Open

Writing chunked data without response not working #105

horseshoe7 opened this issue Oct 1, 2019 · 1 comment

Comments

@horseshoe7
Copy link

Issue

Looking in the code, the RZBCentralManager does not implement the CBPeripheralDelegate method:

- (void)peripheralIsReadyToSendWriteWithoutResponse:(CBPeripheral *)peripheral

which is normally where one would implement a method like sendNextChunk() if not needing a response first.

So I'm wondering how to write data without having to wait for a response. I'm working on a project where that's what the peripheral expects.

Does anybody know or do I need to fork the repo?

@HePingLaoSan
Copy link

I had a same issue just like you until I subscribe all Characteristics

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

2 participants