We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sendNextChunk()
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?
The text was updated successfully, but these errors were encountered:
I had a same issue just like you until I subscribe all Characteristics
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: