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