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
| Param | Description |
|---|---|
| shortAddress | The network address of device to be rekeyed |
| pEUI64Address | Pointer to extended address of device to be rekeyed |
| distribute | True 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.
