1.3.5.3.20 MAC_RELEASE_RESPONSE Function Pointer
C
typedef void (*MAC_RELEASE_RESPONSE)(uint16_t conHandle,
MAC_RELEASE_RESPONSE_ANSWER answer);
Summary
Function pointer to respond to a MAC release request.
Description
This function pointer is used to respond to a MAC release request.
- conHandle - Unique identifier of the connection
- answer - Action to be taken for this connection release procedure
Remarks
None.