Ejemplo n.º 1
0
 public BluetoothConnection(BluetoothManager bluetoothManager)
 {
     this.BluetoothManager = bluetoothManager;
 }
 public BluetoothServerConnection(BluetoothManager bluetoothManager, Guid uuid) : base(bluetoothManager)
 {
     this.Uuid = uuid;
 }