32feet icon indicating copy to clipboard operation
32feet copied to clipboard

xamarin.forms android Bluetooth.ScanForDevicesAsync Wait forever

Open bbhxwl opened this issue 2 years ago • 1 comments

private async void MainPage_Appearing(object sender, EventArgs e)
        {
            try
            {
                var s = await Bluetooth.ScanForDevicesAsync();
            }
            catch (Exception ex)
            {

                
            }
         
           
        }

bbhxwl avatar Mar 09 '22 01:03 bbhxwl

This should be resolved in 4.0.23.

peterfoot avatar Mar 27 '22 13:03 peterfoot