Exemplo n.º 1
0
 public static IObservable <BluetoothDevice> WhenDeviceNameChanged(this IAndroidContext context)
 => context.WhenDeviceEventReceived(BluetoothDevice.ActionNameChanged);
Exemplo n.º 2
0
 public static IObservable <BluetoothDevice> WhenBondRequestReceived(this IAndroidContext context)
 => context.WhenDeviceEventReceived(BluetoothDevice.ActionPairingRequest);