protected async Task TeardownBluetooth() { if (_axLEManager != null) { await _axLEManager.StopScan(); _axLEManager = null; } if (_bluetoothManager != null) { _bluetoothManager.Dispose(); _bluetoothManager = null; } }