1.3.5.3.28 MAC_JOIN_CONFIRM_CB Function Pointer

C

typedef void (*MAC_JOIN_CONFIRM_CB)(uint16_t conHandle,
    MAC_JOIN_CONFIRM_RESULT result, uint8_t ae);

Summary

Callback function pointer for MAC join cofirm.

Description

This callback is used for the MAC join confirm.
  • conHandle - Unique identifier of the connection
  • result - Result of the join request process
  • ae - Flag to indicate that authentication and encryption is requested (v1.4)

Remarks

None.