nRF5 SDK v17.1.0
Data Structures | Enumerations
MAC MLME Sync API

Module to declare MAC MLME Sync API. More...

Data Structures

struct  mlme_sync_loss_ind_t
 MLME-SYNC-LOSS.indication. More...
 

Enumerations

enum  mlme_sync_loss_reason_t {
  MAC_SYNC_BEACON_LOST,
  MAC_SYNC_REALIGNMENT,
  MAC_SYNC_PAN_ID_CONFLICT
}
 Sync Loss reason enumeration. More...
 

Detailed Description

Module to declare MAC MLME Sync API.

The MAC Sync module declares MLME Sync and sync loss primitives and necessary types according to the MAC specification. More specifically, MLME Sync request aka mlme_sync_req(), and MLME Sync Loss indication aka mlme_sync_loss_ind() primitives are declared.

Enumeration Type Documentation

Sync Loss reason enumeration.

Enumerator
MAC_SYNC_BEACON_LOST 

Beacon lost.

MAC_SYNC_REALIGNMENT 

Realignment.

MAC_SYNC_PAN_ID_CONFLICT 

PAN ID Conflict.


Documentation feedback | Developer Zone | Subscribe | Updated