public iOSBluetoothDeviceProximityProbeCentralManagerDelegate(CBMutableService service, CBMutableCharacteristic characteristic, iOSBluetoothDeviceProximityProbe probe)
 {
     _service        = service;
     _characteristic = characteristic;
     _probe          = probe;
     _peripheralCentralTimestamps = new List <Tuple <CBPeripheral, CBCentralManager, DateTimeOffset> >();
 }
 public iOSBluetoothDeviceProximityProbePeripheralManagerDelegate(iOSBluetoothDeviceProximityProbe probe)
 {
     _probe = probe;
 }
 public iOSBluetoothDeviceProximityProbePeripheralManagerDelegate(CBMutableService service, CBMutableCharacteristic characteristic, iOSBluetoothDeviceProximityProbe probe)
 {
     _service        = service;
     _characteristic = characteristic;
     _probe          = probe;
 }