1.3.5.3.18 MAC_RELEASE_CONFIRM_CB Function Pointer
C
typedef void (*MAC_RELEASE_CONFIRM_CB)(uint16_t conHandle,
MAC_RELEASE_CONFIRM_RESULT result);
Summary
Callback function pointer for the MAC release confirm.
Description
This callback is used for the MAC release confirm.
- conHandle - Unique identifier of the connection
- result - Result of the connection release process
Remarks
None.