1.2.5.92 LBP_UpdateLbpSlots Function
C
void LBP_UpdateLbpSlots (
    void
);Summary
Updates the slots that control bootstrap protocol.
Description
This routine updates the slots that control bootstrap protocol and maintains LBP State Machine.
Parameters
None.
Returns
None.
Example
void APP_Tasks(void)
{
    LBP_UpdateLbpSlots();
}Remarks
This function is part of the Coordinator LBP Module.
