1.3.5.4.6 CL_NULL_ReleaseResponse Function

C

void CL_NULL_ReleaseResponse
(
    uint16_t conHandle,
    MAC_RELEASE_RESPONSE_ANSWER answer
);

Summary

Response to a connection release indication.

Description

This routine is used to respond to a connection release indication.

Precondition

The CL_NULL_Initialize routine must have been called before.

Parameters

ParamDescription
conHandleUnique identifier of the connection
answerAction to be taken for this connection release

Returns

None.

Example

CL_NULL_ReleaseResponse(3, MAC_RELEASE_RESPONSE_ANSWER_ACCEPT);

Remarks

None.