示例#1
0
 public void StopFindingDevices()
 {
     _bluetoothService.StopDiscovery();
     IsSearching = false;
 }