1.2.5.96 LBP_SetRekeyPhase Function
C
void LBP_SetRekeyPhase ( bool rekeyStart );
Summary
Starts or stops a rekey phase in LBP module.
Description
This routine allows the upper layer to start or stop a rekey phase in LBP module.
Parameters
Param | Description |
---|---|
rekeyStart | Indicates whether rekey phase starts or finishes |
Returns
None.
Example
// Start the Rekey Phase
LBP_SetRekeyPhase(true);
Remarks
This function is part of the Coordinator LBP Module.