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