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
Right now with AllowWaitingForTrust it is checked, wether the service is in a state of user interaction to be able to respond to a pairing request. If that returns false, it will abort the handshake process.
The requirement of having a direct return value is not optimal here. Hence check out what better solutions would fit here.
The text was updated successfully, but these errors were encountered:
Right now with
AllowWaitingForTrust
it is checked, wether the service is in a state of user interaction to be able to respond to a pairing request. If that returnsfalse
, it will abort the handshake process.The requirement of having a direct return value is not optimal here. Hence check out what better solutions would fit here.
The text was updated successfully, but these errors were encountered: