Skip to content

Writing chunked data without response not working #105

@horseshoe7

Description

@horseshoe7

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions