nn::uds::CTR::ScrambledLocalFriendCode Structurestruct ScrambledLocalFriendCode
{
bit16 value[SCRAMBLED_LOCAL_FRINED_CODE_SIZE/sizeof(bit16)];
};
This structure stores information that can be converted to a local friend code using the Friends library.
To protect users’ privacy and prevent individual tracking, you can query the Friends library and get the local friend code as represented by a data array of nn::uds::SCRAMBLED_LOCAL_FRINED_CODE_SIZE bytes. This makes it easy to use friend features in local communications without using the local friend code from the UDS library.
The next time communication occurs, even on the same device, this data will have a different value, so it cannot be used to specify a device.
| value | bit16 | Data array that can be converted into the local friend code. |
|---|
CONFIDENTIAL