nm_iam_state_set_initial_pairing_username()

DESCRIPTION

Set the username to pair as during local initial pairing. The username string is copied into the state.

DECLARATION

bool nm_iam_state_set_initial_pairing_username(struct nm_iam_state* state, const char* initialPairingUsername)

PARAMETERS

state:
[in] The IAM state
initialPairingUsername:
[in] The username

RETURNS

true iff the username was set.