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
The following code snippet works great on iOS but the call to RequestLEScanAsync never returns on Android (that's why line 259 is there, to put a break point on it).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the sample code at https://github.com/inthehand/32feet/blob/main/Samples/BluetoothClientApp/BluetoothClientApp/MainPage.xaml.cs the call to Bluetooth.RequestLEScanAsync.
The following code snippet works great on iOS but the call to RequestLEScanAsync never returns on Android (that's why line 259 is there, to put a break point on it).
It didn't work on the main thread either.
Beta Was this translation helpful? Give feedback.
All reactions