Open avinashjoshi-canary opened 3 years ago
In general this occurs when the the peripheral is not responding anymore. Does this issue happen when you do a lot of subsequent writes (e.g. updating some firmware)?
I have this error when I Perform hot restart from android studio.
I have this error when I Perform hot restart from android studio.
Same here. I have the device connected, but when I write the data, it pops this issue
Could you please provide an update on this? I'm encountering the same error.
I'm encountering this error as well. Though my scenario seems different from those mentioned here:
Some other things to note:
Realize I'm getting into the weeds a bit by using the foreground service, but any insight would be appreciated!
Another interesting thing to note. It seems like this issue only happens with writeWithResponse
and not writeCharacteristicWithoutResponse
This bug is produced by working with a nRF custom device. The bug occurs some of times and once I terminate the app and restart it disappears. Not able figure out what is the matter.
I have tried both
writeCharacteristicWithoutResponse
andwriteCharacteristicWithResponse
following is the log