public MyPayloadCallback(PlatformBluetooth platformBluetooth) { _platformBluetooth = platformBluetooth; }
public MyEndpointDiscoveryCallback(PlatformBluetooth bluetooth) { _bluetooth = bluetooth; }
public MyConnectionLifecycleCallback(PlatformBluetooth platformBluetooth) { _platformBluetooth = platformBluetooth; }