muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing OnNotification handler

skast96 opened this issue · comments

Hey

is there a way to determine if a characteristic that is served by me is notifying the client? The repo https://github.com/tinygo-org/bluetooth is starting a go-routine, which is running no matter the notification status. I wanted to add a handler, which is only running if the client has notified to my characteristic. Is there already a handler or channel for that in your lib?

Fixed it in #157