1.3.5.3.16 MAC_RELEASE_INDICATION_CB Function Pointer

C

typedef void (*MAC_RELEASE_INDICATION_CB)(uint16_t conHandle,
    MAC_RELEASE_INDICATION_REASON reason);

Summary

Callback function pointer for the MAC release indication.

Description

This callback is used for the MAC release indication.
  • conHandle - Unique identifier of the connection
  • reason - Cause of the connection release

Remarks

None.