tinyb icon indicating copy to clipboard operation
tinyb copied to clipboard

"java.lang.RuntimeException: Trying to read empty value" when reading a characteristic which has/represent an empty array

Open vkolotov opened this issue 6 years ago • 0 comments

A runtime exception is observed when trying to read a characteristic which has/represent an empty array:

java.lang.RuntimeException: Trying to read empty value
	at tinyb.BluetoothGattCharacteristic.readValue(Native Method) ~[?:?]

vkolotov avatar Feb 02 '18 22:02 vkolotov