Resources are insufficient when writing characteristic
soonfay opened this issue · 2 comments
soonfay commented
troystribling commented
This is not a framework error. It is a CoreBluetooth error: https://developer.apple.com/reference/corebluetooth/cbatterror.code/1518710-insufficientresources
Here is some talk about it. Finding any information seems difficult.
http://stackoverflow.com/questions/40532822/meaning-of-insufficient-resources-in-core-bluetooth.
The discussions indicates the discussion indicates that it may be coming from the the device not the phone.
Writes work in examples and on hardware I have tested. Not sure I can do anything without the hardware.
soonfay commented
Yeah, that's the only discussion I can find online.
Ok, thanks for the quick response.