
#ifndef _TPRT_NOTIFY_
#define _TPRT_NOTIFY_

#define TPRT_NOTIFY_NONE                                0
#define TPRT_NOTIFY_OTHER_REASON                        1
#define TPRT_NOTIFY_REMOTE_NO_SECURITY        	        2
#define TPRT_NOTIFY_REMOTE_DOWNLEVEL_SECURITY           3
#define TPRT_NOTIFY_INCOMPATIBLE_T120_TPDU              4
#define TPRT_NOTIFY_REMOTE_REQUIRE_SECURITY		5
#define TPRT_NOTIFY_AUTHENTICATION_FAILED		6

#endif // _TPRT_NOTIFY_

