Skip to content

How to receive multiple messages on WriteEvent #373

@madhugoundla

Description

@madhugoundla
{
    Handle: &exampleChar,
    UUID:   ExampleUUID,
    Flags:  bluetooth.CharacteristicWriteWithoutResponsePermission,
    WriteEvent: func(client bluetooth.Connection, offset int, value []byte) {
        println("Example received:", value)
    },
},

I am only able to received one WriteEvent when client is send 10 messages. How to receive all messages instead of just one?

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