1.3.5.3.11 MAC_ESTABLISH_CONFIRM_CB Function Pointer

C

typedef void (*MAC_ESTABLISH_CONFIRM_CB)(uint16_t conHandle,
    MAC_ESTABLISH_CONFIRM_RESULT result, uint8_t *eui48, uint8_t type,
    uint8_t *data, uint16_t dataLen, uint8_t ae);

Summary

Callback function pointer for the MAC connection establishment confirm.

Description

This callback is used for the MAC connection establishment confirm.
  • conHandle - Unique identifier of the connection
  • result - Result of the connection establishment process
  • 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
  • ae - Flag to indicate that authentication and encryption is requested (v1.4)

Remarks

None.