/// <summary>
 /// Cancels the pending bluetooth transfer.
 /// </summary>
 public void Cancel()
 {
     Bluetooth.Cancel();
 }