Hey guys,
Anyone has encountered this error when fetching data from peripheral?
2013/08/31 07:08:47:010 [st_error]STOP: didUpdateValueForCharacteristic: iPhone : Unknown (<e600dceb 06ab4a6f b6d3bcdb 98d1843d>) : : DATA:Error Domain=CBErrorDomain Code=0 "Unknown error." UserInfo=0x1ed66a70 {NSLocalizedDescription=Unknown error.}
2013/08/31 07:08:47:035 [st_disconnected]Peripheral Disconnected. Peripheral: <CBConcretePeripheral: 0x2004b110 UUID = <CFUUID 0x1ed85ae0> 47AA2727-689F-E962-FFAF-9F2FB351B10B, Name = "iPhone", IsConnected = NO>, Error:The connection has timed out
unexpectedly.
I'm using read request to read value from the peripheral, which runs as an iphone app.
in the auto test, this error might happen sometimes.
Most of the time the data fetching is ok.
Don't know why this would happen, anybody had the same issue before and how to fix it.
And the data length used to tranfer is 73bytes, is the data too big so the data transmission is not stable, or sth else?
The error happens occasionally.
Thanks a lot~