8000
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.
blesh uses code like this:
if u := curr.profile.Find(ble.NewCharacteristic(curr.uuid)); u != nil {
However, u != nil will be true always, even if FindCharacteristic returns nil(!), due to typed nil.
u != nil