1.3.5.3.31 MAC_LEAVE_CONFIRM_CB Function Pointer
C
typedef void (*MAC_LEAVE_CONFIRM_CB)(uint16_t conHandle, MAC_LEAVE_CONFIRM_RESULT uc_result);
Summary
Callback function pointer for the MAC leave confirm.
Description
This callback is used for the MAC leave confirm.
- conHandle: Unique identifier of the connection
- result: Result of the leave request process
Remarks
None.
