You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a SetupNotifyAsync() call but no matching CancelNotifyAsync() - the best workaround I can figure is to ignore the characteristic within the notify handler even long after that characteristic is no longer relevant.
I'm new to C#+javascript and bluetooth but a quick search leads me to believe the javascript could look like:
but I really don't know how the List<DotNetObjectReference<Device>> NotificationHandlers in the setup notifications code fits in so am leery of trying this...
The text was updated successfully, but these errors were encountered:
Is this still being worked on?
I'm also wondering what NotificationHandlers is for and why there is one being created for every call to SetupNotifyAsync, shouldnt one handler be enough?
There is a
SetupNotifyAsync()
call but no matchingCancelNotifyAsync()
- the best workaround I can figure is to ignore the characteristic within the notify handler even long after that characteristic is no longer relevant.I'm new to C#+javascript and bluetooth but a quick search leads me to believe the javascript could look like:
and the C# could be (in the
BluetootNavigator
class):but I really don't know how the
List<DotNetObjectReference<Device>> NotificationHandlers
in the setup notifications code fits in so am leery of trying this...The text was updated successfully, but these errors were encountered: