Hi,
Using nRFConnect for desktop I've noticed that when writing an attribute I usually enter the hex values of a byte array (e.g. "12" = 0x12) but on other occasions the values sent are actual characters typed (e.g. typing "12" actually sends equivalent ascii values "31 32")
Can someone elaborate on what occasions the input field is considered text vs hex values?
Thanks