1.3.5.3.24 MAC_JOIN_INDICATION_CB Function Pointer

C

typedef void (*MAC_JOIN_INDICATION_CB)(uint16_t conHandle, uint8_t *eui48,
    uint8_t conType, uint8_t *data, uint16_t dataLen, uint8_t ae);

Summary

Callback function pointer for the MAC join indication.

Description

This callback is used for the MAC join indication.
  • conHandle - Unique identifier of the connection
  • eui48 - Pointer to the address of the node which wishes to join the multicast group (only used in base node)
  • conType - Connection type
  • data - Data associated with the join request procedure
  • dataLen - Length of the data in bytes
  • ae - Flag to indicate that authentication and encryption is requested (v1.4)

Remarks

None.