We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dec68ee + 75e6869 commit e7cba98Copy full SHA for e7cba98
src/Shiny.BluetoothLE/Platforms/Android/Peripheral_Characteristics.cs
@@ -108,7 +108,7 @@ public IObservable<BleCharacteristicResult> NotifyCharacteristic(string serviceU
108
}))
109
.Switch()
110
.Select(ch => this.notifySubj
111
- .Where(x => x.Equals(ch))
+ .Where(x => x.Is(ch.Service!.Uuid!, ch.Uuid!))
112
.Select(x => this.ToResult(x, BleCharacteristicEvent.Notification))
113
)
114
0 commit comments