troystribling/BlueCap

Resources are insufficient when writing characteristic

soonfay opened this issue · 2 comments

Hi Troy,

I have this issue everytime when I try to write a command. I cant really find anything helpful regarding to this issue.

insufficient_error

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.

Yeah, that's the only discussion I can find online.
Ok, thanks for the quick response.