1.3.5.4.37 CL_432_JOIN_INDICATION_CB Function Pointer

C

typedef void (*CL_432_JOIN_INDICATION_CB)(uint8_t *deviceId, uint8_t deviceIdLen,
    uint16_t dstAddress, uint8_t *mac, uint8_t ae);

Summary

Callback function pointer for the CL 4-32 Join Indication primitive.

Description

This data type contains the definition of the callback function for the CL 4-32 Join Indication primitive.

  • deviceId - Pointer to the device identifier data

  • deviceIdLen - Length of the device identifier

  • dstAddress: Destination 4-32 address

  • mac: Pointer to the MAC address

  • ae - Flag to indicate that authentication and encryption is requested (v1.4)

Remarks

None.