1.3.5.4.29 CL_432_ESTABLISH_REQUEST Function Pointer

C

typedef void (*CL_432_ESTABLISH_REQUEST)(uint8_t *deviceId, uint8_t deviceIdLen,
    uint8_t ae);

Summary

Function pointer for the CL 4-32 Establish Request primitive.

Description

This data type contains the definition of the function pointer for the CL 4-32 Establish Request primitive.

  • deviceId - Pointer to the device identifier data
  • deviceIdLen - Length of the device identifier
  • ae - Flag to indicate that authentication and encryption is requested (v1.4)

Remarks

None.