Missing OnNotification handler
skast96 opened this issue · 1 comments
skast96 commented
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?