Ejemplo n.º 1
0
 public BleWatcher()
 {
     deviceWatcherHelper = new DeviceWatcherHelper(resultCollection);
     deviceWatcherHelper.DeviceChanged += OnDeviceListChanged;
 }
 public BluetoothWatcher()
 {
     deviceWatcherHelper = new DeviceWatcherHelper(resultCollection, true);
     deviceWatcherHelper.DeviceChanged += OnDeviceListChanged;
 }