1.3.5.3.13 MAC_ESTABLISH_RESPONSE Function Pointer

C

typedef void (*MAC_ESTABLISH_RESPONSE)(uint16_t conHandle,
    MAC_ESTABLISH_RESPONSE_ANSWER answer, uint8_t *data, uint16_t dataLen,
    uint8_t ae);

Summary

Function pointer to respond to a MAC connection establishment request.

Description

This function pointer is used to respond to a MAC connection establishment request.
  • conHandle - Unique identifier of the connection
  • answer - Action to be taken for this connection establishment
  • 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.