Madhu Goundla

Results 2 issues of Madhu Goundla

``` // Use the notifier (n) to write data bytesWritten, err := n.Write(chunk) if err != nil { log.Printf("Failed to write chunk: %v", err) break } log.Printf("Wrote bytes: %d, chunk...

``` { 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...

question