20 #ifndef COMMON_UID_STORE_H_
21 #define COMMON_UID_STORE_H_
57 #endif // COMMON_UID_STORE_H_
void UIDStore_Init()
Initialize the UID store.
const uint8_t * UIDStore_GetUID()
Get the device's UID.
void UIDStore_AsUnicodeString(uint16_t *output)
Convert the UID to a Unicode string representation, e.g. abcd:01020304.
void UIDStore_AsAsciiString(char *output)
Convert the UID to an ASCII string representation, e.g. abcd:01020304.