Пример #1
0
 public static IObservable <BluetoothDevice> WhenDeviceNameChanged(this IAndroidContext context)
 => context.WhenDeviceEventReceived(BluetoothDevice.ActionNameChanged);
Пример #2
0
 public static IObservable <BluetoothDevice> WhenBondRequestReceived(this IAndroidContext context)
 => context.WhenDeviceEventReceived(BluetoothDevice.ActionPairingRequest);