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