Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: btmanclient.h
Link against: btmanclient.lib

Class RBTMan

class RBTMan : public RSessionBase;

Description

Creates a sessions over which the Bluetooth security manager is accessible.

A session must be used in order to access a subsession, RBTManSubSession, that allows access to the Security Manager. The following example creates and connects to the security manager session.

    RBTMan secMan;
    User::LeaveIfError(secMan.Connect());

Sessions available thus far are Registry-like

Derivation

Members

Defined in RBTMan:
Connect(), RBTMan(), Version()

Inherited from RHandleBase:
Attributes(), Close(), Duplicate(), FullName(), Handle(), HandleInfo(), Name(), SetHandle(), SetHandleNC(), iHandle

Inherited from RSessionBase:
CreateSession(), EAutoAttach, EExplicitAttach, Open(), Send(), SendReceive(), SetReturnedHandle(), ShareAuto(), ShareProtected(), TAttachMode


Construction and destruction


RBTMan()

IMPORT_C RBTMan();

Description

Default Constructor.

[Top]


Member functions


Connect()

IMPORT_C TInt Connect();

Description

Connects to the btman server.

Return value

TInt

systemwide error code


Version()

IMPORT_C TVersion Version() const;

Description

Returns the version of the server.

Return value

TVersion