Location:
btmanclient.h
Link against: bluetooth.lib
RBTManSubSession
Supported from 6.1
Base class for a subsession to the Security Manager.
The basic subsession is specialised by the security settings class, RBTSecuritySettings
.
|
Defined in RBTManSubSession
:
CancelRequest()
, Close()
, Open()
Inherited from RSubSessionBase
:
CloseSubSession()
,
CreateSubSession()
,
Send()
,
SendReceive()
,
SubSessionHandle()
,
operator=()
virtual TInt Open(RBTMan& aSession) = 0;
Open a subsession to the Security Manager.
|
|
void CancelRequest(TRequestStatus& aStatus);
Cancels an outstanding request to the Security Manager.
|