ByteArray_Help.txt
# announcements
t
ByteArray_Help.txt
f
What do you expect it to output? not every bytearray will output something readable
s
what is a ‘bluetooth characteristic value’? is it even going to be in a (human readable) text-encoded format?
f
And btw you don't need your custom
convertToString
function, Kotlin already has a
toString(Charset)
function on byte arrays