1.2.5.95 LBP_Rekey Function

C

void LBP_Rekey (
    uint16_t shortAddress,
    ADP_EXTENDED_ADDRESS* pEUI64Address,
    bool distribute
);

Summary

Starts a rekey process for a device in the network.

Description

This routine allows the upper layer to start a rekey process for a device in the network.

Parameters

ParamDescription
shortAddressThe network address of device to be rekeyed
pEUI64AddressPointer to extended address of device to be rekeyed
distributeTrue in distribution phase, false in activation phase

Returns

None.

Example

ADP_EXTENDED_ADDRESS eui64;
uint16_t shortAddr;

LBP_Rekey(shortAddr, &eui64, true);

Remarks

This function is part of the Coordinator LBP Module.