nn::uds::CTR::ScrambledLocalFriendCode Structure

Syntax

struct ScrambledLocalFriendCode
{
   bit16 value[SCRAMBLED_LOCAL_FRINED_CODE_SIZE/sizeof(bit16)];
};

Description

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.

Member Variables

value bit16 Data array that can be converted into the local friend code.

Revision History

2011/03/08
Revised Syntax.
2010/10/15
Initial version.

CONFIDENTIAL