This module describes all MCL Indication API's.
Functions | |
void | mcps_data_ind (uint8_t *m) |
Wrapper function for messages of type mcps_data_ind_t. More... | |
void | mlme_beacon_notify_ind (uint8_t *m) |
Wrapper function for messages of type mlme_beacon_notify_ind_t. More... | |
void | mlme_sync_loss_ind (uint8_t *m) |
Wrapper function for messages of type mlme_sync_loss_ind_t. More... | |
void mcps_data_ind | ( | uint8_t * | m | ) |
Wrapper function for messages of type mcps_data_ind_t.
This function is a callback for mcps data indication
m | Pointer to message structure |
void mlme_beacon_notify_ind | ( | uint8_t * | m | ) |
Wrapper function for messages of type mlme_beacon_notify_ind_t.
This function is a callback for mlme beacon notify indication.
m | Pointer to message structure |
void mlme_sync_loss_ind | ( | uint8_t * | m | ) |
Wrapper function for messages of type mlme_sync_loss_ind_t.
This function is a callback for mlme sync loss indication.
m | Pointer to message structure |