1.3.5.3.9 MAC_ESTABLISH_INDICATION_CB Function Pointer

C

typedef void (*MAC_ESTABLISH_INDICATION_CB)(uint16_t conHandle, uint8_t *eui48,
    uint8_t type, uint8_t *data, uint16_t dataLen, uint8_t cfBytes, uint8_t ae);

Summary

Callback function pointer for the MAC connection establishment indication.

Description

This callback is used for the MAC connection establishment indication.
  • conHandle - Unique identifier of the connection
  • eui48 - Pointer to the address of the node to which this connection will be addressed
  • type - Convergence Layer type of the connection
  • data - Data associated with the connection establishment procedure
  • dataLen - Length of the data in bytes
  • cfBytes - Flag to indicate whether or not the connection should use the contention or contention-free channel access scheme
  • ae - Flag to indicate that authentication and encryption is requested (v1.4)

Remarks

None.