The current windows connection handler does not wait for any GattSessionStatus Event.
So when we connect to a device, the link is not ready/unstable. Some operation may force windows to disconnect the device because of that.
I've created saltosystems/winrt-go#120 to address this issue.
Once this is merged, we can use those events and wait for the status changed in the connect handler.
The current windows connection handler does not wait for any GattSessionStatus Event.
So when we connect to a device, the link is not ready/unstable. Some operation may force windows to disconnect the device because of that.
I've created saltosystems/winrt-go#120 to address this issue.
Once this is merged, we can use those events and wait for the status changed in the connect handler.