Location:
btmanclient.h
Link against: bluetooth.lib
RBTSecuritySettings
Supported from 6.1
A subsession to the Security Manager, used to register and unregister services with the security manager.
|
Defined in RBTSecuritySettings:
Close(), Open(), RegisterService(), UnregisterService()
Inherited from RBTManSubSession:
CancelRequest()
Inherited from RSubSessionBase:
CloseSubSession(),
CreateSubSession(),
Send(),
SendReceive(),
SubSessionHandle(),
operator=()
TInt Open(RBTMan& aSession);
Opens a subsession to the Security Manager.
|
|
void RegisterService(const TBTServiceSecurity& aService, TRequestStatus& aStatus);
Registers a service with the Security Manager.
A Bluetooth service that wishes to receive incoming connections must register its security preferences on startup and unregister on exit.
If two services register with the same ProtocolID/ChannelID pair, the latter service will overwrite the former.
|
void UnregisterService(const TBTServiceSecurity& aService, TRequestStatus& aStatus);
Unregisters a service with the Security Manager.
A Bluetooth service that has registered with the security manager must unregister itself on shutdown.
|