1.3.5.4.5 CL_NULL_ReleaseRequest Function

C

void CL_NULL_ReleaseRequest
(
    uint16_t conHandle
);

Summary

Request to release a connection.

Description

This routine is used to request a connection release.

Precondition

The CL_NULL_Initialize routine must have been called before.

Parameters

ParamDescription
conHandle

Unique identifier of the connection

Returns

None.

Example

CL_NULL_ReleaseRequest(3);

Remarks

The result of the request is returned in the confirm callback.