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
I had a problem while scanning for devices. The adapter state was unknown and no devices were found. In order to solve the problem i simply created a new dispatch queue to obtain the default adapter:
I had a problem while scanning for devices. The adapter state was unknown and no devices were found. In order to solve the problem i simply created a new dispatch queue to obtain the default adapter:
BluetoothLowEnergyAdapter.ObtainDefaultAdapter(new DispatchQueue("App.iOS.Communication.ObtainAdapterTask"))
This worked for me. Somehow the default dispatch queue didn't processed the task right. Hope this solution can help someone who faces the same issue.
The text was updated successfully, but these errors were encountered: