Hi,
nRF Beacon app add beacon with upper-case;
01122334-4556-6778-899A-A..
but NRF Connect app shows my beacon UUID;
01122334-4556-6778-899a-a..
Hi,
nRF Beacon app add beacon with upper-case;
01122334-4556-6778-899A-A..
but NRF Connect app shows my beacon UUID;
01122334-4556-6778-899a-a..
Hi,
Q: Is lower-case UUID a problem?
A: No. A UUID is a 128-bit value, and what you see is just the hexadecimal representation of that 128-bit value. It’s not text (string/character), i.e. its not case sensitive.
NRF Connect should know to display that as uppercase fwiw...
NRF Connect should know to display that as uppercase fwiw...