Exemple #1
0
 public MyPayloadCallback(PlatformBluetooth platformBluetooth)
 {
     _platformBluetooth = platformBluetooth;
 }
Exemple #2
0
 public MyEndpointDiscoveryCallback(PlatformBluetooth bluetooth)
 {
     _bluetooth = bluetooth;
 }
Exemple #3
0
 public MyConnectionLifecycleCallback(PlatformBluetooth platformBluetooth)
 {
     _platformBluetooth = platformBluetooth;
 }