1.3.5.4.30 CL_432_ESTABLISH_CONFIRM_CB Function Pointer
C
typedef void (*CL_432_ESTABLISH_CONFIRM_CB)(uint8_t *deviceId, uint8_t deviceIdLen,
uint16_t dstAddress, uint16_t baseAddress, uint8_t ae);
Summary
Callback function pointer for the CL 4-32 Establish Confirm primitive.
Description
This data type contains the definition of the callback function for the CL 4-32 Establish Confirm primitive.
- deviceId - Pointer to the device identifier data
- deviceIdLen - Length of the device identifier
- dstAddress: Destination 4-32 address
- baseAddress: Base 4-32 address
- ae - Flag to indicate that authentication and encryption is requested (v1.4)
Remarks
None.