Beispiel #1
0
        private BluetoothDevice Create(BluetoothDeviceInfo btDeviceInfo)
        {
            var btInfo = new WrappedBluetoothInfo(btDeviceInfo);

            return(new BluetoothDevice(btInfo, this, _schedulerProvider));
        }
 private BluetoothDevice Create(BluetoothDeviceInfo btDeviceInfo)
 {
     var btInfo = new WrappedBluetoothInfo(btDeviceInfo);
     return new BluetoothDevice(btInfo, this, _schedulerProvider);
 }