Exemplo n.º 1
0
 public BLEScanCallBack(IDeviceFound listener)
 {
     this.listener = listener;
 }
Exemplo n.º 2
0
 public BREDRReceiver(IDeviceFound listener)
 {
     this.listener = listener;
 }